Skip to content

Commit

Permalink
workflow : change publish method
Browse files Browse the repository at this point in the history
  • Loading branch information
Acuao committed Nov 13, 2022
1 parent 289239c commit bf0a044
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ jobs:
- run: npm run build
- run: npm test

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

- name: get-npm-version
id: package-version
Expand Down

0 comments on commit bf0a044

Please sign in to comment.