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 7d0e598 commit 09ec287Copy full SHA for 09ec287
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
run: bun install
30
31
- name: Publish
32
- run: pantry npm:publish --access public
+ run: pantry publish --npm --access public
33
env:
34
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35
0 commit comments