Skip to content

Commit a456538

Browse files
committed
chore: add git push to release workflow
1 parent 787e7fb commit a456538

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
@@ -63,7 +63,7 @@
6363
"docs:preview": "vitepress preview docs",
6464
"test:browser": "vitest --workspace=vitest.workspace.js",
6565
"prepack": "pnpm build",
66-
"release": "pnpm test:unit && pnpm changelogen --release && pnpm publish --access public"
66+
"release": "pnpm test:unit && pnpm changelogen --release && pnpm publish --access public && git push --follow-tags"
6767
},
6868
"peerDependencies": {
6969
"vue": ">=3.0.0"

0 commit comments

Comments
 (0)