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 d3c7763 commit 266fdc5Copy full SHA for 266fdc5
1 file changed
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
zig build
50
echo "$PWD/zig-out/bin" >> $GITHUB_PATH
51
52
- - name: Publish
53
- run: pantry publish --access public
+ - name: Publish to npm
+ run: pantry npm:publish --access public
54
env:
55
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments