We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847cf0c commit 0063660Copy full SHA for 0063660
Gruntfile.js
@@ -51,7 +51,7 @@ module.exports = function (grunt) {
51
}
52
);
53
54
- grunt.registerTask('release:git-push', 'Pushes to git', execExternal('git push origin master --follow-tags'));
+ grunt.registerTask('release:git-push', 'Pushes to git', execExternal('git push origin main --follow-tags'));
55
56
grunt.registerTask('release:npm-publish', 'Deploys to npm', execExternal('npm publish .'));
57
0 commit comments