Thanks to visit codestin.com Credit goes to github.com
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 7d615fe commit db292c6Copy full SHA for db292c6
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