Skip to content

Commit

Permalink
Fix github publish action
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Jul 25, 2022
1 parent 066b8a8 commit 6193973
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Publish on NPM
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_OSC_SDK_JS }}
run:
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
npm publish
32 changes: 15 additions & 17 deletions examples/node-volumes/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6193973

Please sign in to comment.