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 2398f74 commit bd89383Copy full SHA for bd89383
.github/workflows/publish-js.yml
@@ -24,6 +24,6 @@ jobs:
24
npm install
25
- name: Publish Release
26
working-directory: ./src/js
27
- run: npm run publish
+ run: npm publish
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
0 commit comments