Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
test out the push step
Browse files Browse the repository at this point in the history
  • Loading branch information
redreceipt committed May 19, 2022
1 parent 0c9b1fe commit 258a97e
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 @@
"standard-version": {
"scripts": {
"postchangelog": "sed -i \"\" \"s/### \\[/## \\[/g\" CHANGELOG.md",
"posttag": "git push && git push --follow-tags && yarn publish . && gh-release --yes"
"posttag": "git push --follow-tags origin master && yarn publish . && gh-release --yes"
}
},
"dependencies": {
Expand Down

0 comments on commit 258a97e

Please sign in to comment.