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 d024e2c commit 32439deCopy full SHA for 32439de
1 file changed
.github/workflows/release.yml
@@ -49,6 +49,8 @@ jobs:
49
50
- name: Publish libflo-audio to npm
51
run: cd libflo/pkg && npm publish --access public --provenance
52
+ env:
53
+ NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
54
55
- name: Build reflo WASM
56
run: |
@@ -57,4 +59,6 @@ jobs:
57
59
cp package.json.template pkg/package.json
58
60
61
- name: Publish reflo to npm
- run: cd reflo/pkg && npm publish --access public --provenance
62
+ run: cd reflo/pkg && npm publish --access public --provenance
63
64
0 commit comments