Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Jul 10, 2022
1 parent b79cd86 commit c7c19e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
cat ~/.npmrc
make -C bindings/js publish
1 change: 0 additions & 1 deletion bindings/js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ build:
publish:
sed -i.bak -e "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/" package.json
rm package.json.bak
npm whoami
npm publish --access=public

clean:
Expand Down

0 comments on commit c7c19e3

Please sign in to comment.