Skip to content

Commit

Permalink
Merge pull request #382 from node-red-contrib-themes/git-push-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech authored Mar 1, 2024
2 parents f94d25d + 38cb52c commit b049c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"create-theme": "node ./scripts/create-theme.js",
"build": "node ./scripts/build.js",
"version": "git checkout -b release/$npm_package_version && npm run build && git add -A",
"postversion": "git push && git push --tags && git checkout master"
"postversion": "git push -u origin release/$npm_package_version && git push --tags && git checkout master"
},
"author": "Mauricio Bonani @mbonani",
"funding": {
Expand Down

0 comments on commit b049c83

Please sign in to comment.