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 2a370d9 commit 2d6b4c2Copy full SHA for 2d6b4c2
.github/workflows/npm.yml
@@ -15,6 +15,8 @@ jobs:
15
- run: npm run build-sdk
16
- run: npm run build-product
17
- run: cd dist/fusio-sdk && npm publish
18
+ env:
19
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
20
- run: cd dist/fusio-product && npm publish
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments