Skip to content

Commit 4a3efba

Browse files
committed
Add changeset tag to publish script
1 parent 75ff90c commit 4a3efba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: pnpm check-dts
4242
- uses: changesets/action@v1
4343
with:
44-
publish: pnpm publish -r
44+
publish: pnpm publish -r && pnpm changeset tag
4545
version: pnpm run version
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)