Skip to content

Commit

Permalink
[NPM] publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmets committed Oct 26, 2023
1 parent 2e38036 commit 9d7b75d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
# run: |
# ./createTypedocs.sh

# # ref: https://github.com/marketplace/actions/npm-publish
# - name: NPM package publish
# uses: JS-DevTools/npm-publish@v1
# with:
# token: ${{ secrets.NPM_TOKEN }}
# access: public
# registry: https://registry.npmjs.org/
# ref: https://github.com/marketplace/actions/npm-publish
- name: NPM package publish
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
registry: https://registry.npmjs.org/

- name: Github package publish
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 9d7b75d

Please sign in to comment.