Skip to content

Commit eb499a4

Browse files
committed
Add tag push
1 parent fceb123 commit eb499a4

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
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"test": "echo \"Error: no test specified\" && exit 1",
1212
"changeset": "changeset",
13-
"release": "changeset version && git commit -am 'chore(release): ${{changeset.version}}' && changeset publish --public",
13+
"release": "changeset version && git commit -am 'chore(release): ${{changeset.version}}' && changeset publish --public && git push --tags",
1414
"ci:publish": "changeset publish",
1515
"pack": "pnpm -r pack"
1616
},

0 commit comments

Comments
 (0)