Skip to content

Commit

Permalink
action update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasye24 committed May 8, 2023
1 parent a74eacc commit 087c96e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.com/
cache: npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -38,10 +38,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.com/
- run: npm ci
# error in this line https://github.com/Tasye24/tasye-languages-tools/issues/1
- run: npm publish --access=public --registry https://registry.npmjs.org/
- run: npm publish --access=public --registry https://registry.npmjs.com/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GHUB_TOKEN }}
Expand Down

0 comments on commit 087c96e

Please sign in to comment.