Skip to content

Commit e96f4ad

Browse files
committed
chore: fix release script
1 parent f7f1e77 commit e96f4ad

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
@@ -35,7 +35,7 @@
3535
"prepublish": "yarn test",
3636
"postpublish": "yarn release-gh",
3737
"version": "yarn changelog && git add CHANGELOG.md",
38-
"release": "yarn version && git push --tags && yarn publish --non-interactive",
38+
"release": "yarn version && git push --follow-tags && yarn publish --non-interactive",
3939
"release-gh": "conventional-github-releaser -p angular"
4040
},
4141
"bugs": {

0 commit comments

Comments
 (0)