We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9422ee6 commit 44a54c3Copy full SHA for 44a54c3
.github/workflows/version-or-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: changesets/action@v1
35
with:
36
version: yarn changeset version
37
- publish: yarn npm publish --tolerate-republish && yarn changeset tag
+ publish: yarn npm publish --tolerate-republish
38
env:
39
GITHUB_TOKEN: ${{ github.token }}
40
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments