Skip to content

Commit 32439de

Browse files
committed
Hopefully will work now
1 parent d024e2c commit 32439de

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
5050
- name: Publish libflo-audio to npm
5151
run: cd libflo/pkg && npm publish --access public --provenance
52+
env:
53+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
5254

5355
- name: Build reflo WASM
5456
run: |
@@ -57,4 +59,6 @@ jobs:
5759
cp package.json.template pkg/package.json
5860
5961
- name: Publish reflo to npm
60-
run: cd reflo/pkg && npm publish --access public --provenance
62+
run: cd reflo/pkg && npm publish --access public --provenance
63+
env:
64+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)