Skip to content

Commit 0063660

Browse files
Update default branch.
1 parent 847cf0c commit 0063660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = function (grunt) {
5151
}
5252
);
5353

54-
grunt.registerTask('release:git-push', 'Pushes to git', execExternal('git push origin master --follow-tags'));
54+
grunt.registerTask('release:git-push', 'Pushes to git', execExternal('git push origin main --follow-tags'));
5555

5656
grunt.registerTask('release:npm-publish', 'Deploys to npm', execExternal('npm publish .'));
5757

0 commit comments

Comments
 (0)