Skip to content

Commit

Permalink
Use approved NPM publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
kadler committed Aug 22, 2024
1 parent 9ff4fb9 commit 44c54c0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ jobs:
files:
./*-binaries/odbc-*.tar.gz
- name: Publish to NPM
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm config set --location=project //registry.npmjs.org/:_authToken $NPM_TOKEN
npm publish
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 44c54c0

Please sign in to comment.