Skip to content

Commit 44a54c3

Browse files
committed
Update .github/workflows/version-or-publish.yml
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 9422ee6 commit 44a54c3

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
@@ -34,7 +34,7 @@ jobs:
3434
uses: changesets/action@v1
3535
with:
3636
version: yarn changeset version
37-
publish: yarn npm publish --tolerate-republish && yarn changeset tag
37+
publish: yarn npm publish --tolerate-republish
3838
env:
3939
GITHUB_TOKEN: ${{ github.token }}
4040
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)