repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
119d312
parent
02f69d6
author
Eric Bower
date
2023-05-20 22:03:22 +0000 UTC
fix: publish workflow
1 files changed,  +1, -1
M .github/workflows/release.yml
+1, -1
1@@ -31,6 +31,6 @@ jobs:
2           NPM_VERSION: ${{steps.vars.outputs.version}}
3       - name: publish
4         run: npm publish --access=public
5-        working-directory: ./build/npm
6+        working-directory: ./npm
7         env:
8           NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}