Skip to content

Commit

Permalink
Fix pushBump command
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Aug 6, 2023
1 parent 63880c3 commit d992977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -160,7 +160,7 @@
},
pushBump: {
command: [
"git add www/js/main.js config.xml manifest.json package.json",
"git add www/js/main.js config.xml package.json",
"git commit -m 'Base: Increment version number'",
"git push"
].join( "&&" )
Expand Down

0 comments on commit d992977

Please sign in to comment.