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 b005ce6 commit 0bc5604Copy full SHA for 0bc5604
1 file changed
.github/workflows/release.yml
@@ -64,7 +64,10 @@ jobs:
64
echo "Using npm tag: $NPM_TAG"
65
66
- name: Publish to npm
67
- run: pnpm -r publish --access public --no-git-checks --tag ${{ steps.determine_npm_tag.outputs.npm_tag }}
+ id: changesets
68
+ uses: changesets/action@v1
69
+ with:
70
+ publish: pnpm -r publish --access public --no-git-checks --tag ${{ steps.determine_npm_tag.outputs.npm_tag }}
71
env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- NPM_CONFIG_PROVENANCE: true
72
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments