Skip to content

Commit

Permalink
fix: πŸ› publish process
Browse files Browse the repository at this point in the history
  • Loading branch information
hcfw007 committed Oct 8, 2023
1 parent 8dfa840 commit f9c2934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 18.17.0

- name: publish
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
run: npm publish
run: |
echo "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > ~/.npmrc
npm publish

0 comments on commit f9c2934

Please sign in to comment.