Skip to content

Commit 44c54c0

Browse files
committed
Use approved NPM publish action
1 parent 9ff4fb9 commit 44c54c0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070
files:
7171
./*-binaries/odbc-*.tar.gz
7272
- name: Publish to NPM
73-
env:
74-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
75-
run: |
76-
npm config set --location=project //registry.npmjs.org/:_authToken $NPM_TOKEN
77-
npm publish
73+
uses: JS-DevTools/npm-publish@v3
74+
with:
75+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)