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 c2dc7fd commit 4ccc856Copy full SHA for 4ccc856
.github/workflows/version-or-publish.yml
@@ -48,7 +48,7 @@ jobs:
48
id: changesets
49
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
50
with:
51
- publish: echo 0
+ publish: npm run changeset tag
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
0 commit comments