Skip to content

Commit

Permalink
Merge pull request #7 from sunquakes/development
Browse files Browse the repository at this point in the history
Fixed yarn pulish error.
  • Loading branch information
sunquakes authored Nov 13, 2023
2 parents 153d8ac + da38978 commit 3a706de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:

- name: Publish to NPM
run: |
yarn config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
yarn publish --no-git-checks --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
yarn publish
- name: Install Vuepress and Build Docs
run: |
Expand Down

0 comments on commit 3a706de

Please sign in to comment.