Skip to content

Commit 4ccc856

Browse files
committed
fix: create tags on publish
1 parent c2dc7fd commit 4ccc856

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
@@ -48,7 +48,7 @@ jobs:
4848
id: changesets
4949
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
5050
with:
51-
publish: echo 0
51+
publish: npm run changeset tag
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454

0 commit comments

Comments
 (0)