Skip to content

Commit 162c756

Browse files
committed
push tags and commit together in postversion script
1 parent 729715d commit 162c756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"test": "eslint .",
3131
"preversion": "npm run test",
32-
"postversion": "git push --tags && git push && gh release create --generate-notes $npm_package_version",
32+
"postversion": "git push --atomic && gh release create --generate-notes $npm_package_version",
3333
"run-if-changed": "./run-if-changed.js",
3434
"prepare": "husky"
3535
},

0 commit comments

Comments
 (0)