Skip to content

Commit

Permalink
VERSION is not accepted by marketplace, use .txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Sep 22, 2020
1 parent 76493d8 commit 8894fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ gulp.task('forceprettier', function (done) {

gulp.task('commit-hash', function (done) {
git.revParse({ args: 'HEAD', quiet: true }, function (err, hash) {
require('fs').writeFileSync('out/version', hash);
require('fs').writeFileSync('out/version.txt', hash);
done();
});
});
Expand Down

0 comments on commit 8894fa6

Please sign in to comment.