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 ea4a17b commit b6f5ff5Copy full SHA for b6f5ff5
1 file changed
.github/workflows/release.yml
@@ -60,6 +60,4 @@ jobs:
60
61
- name: Publish Packages
62
if: steps.release.outputs.has_changesets == 'true' && steps.changes.outputs.has_changes == 'true'
63
- env:
64
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
65
- run: pnpm run changeset:publish -- --tag "${{ steps.release.outputs.npm_tag }}"
+ run: pnpm changeset publish --tag "${{ steps.release.outputs.npm_tag }}"
0 commit comments