Skip to content

Commit

Permalink
Merge pull request #32 from LilyLoveLife/master
Browse files Browse the repository at this point in the history
feat: test version
  • Loading branch information
LilyLoveLife authored May 1, 2024
2 parents 7cb100e + 9fa13b7 commit 39d5d73
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
with:
version: npx changeset version
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: 发布
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 39d5d73

Please sign in to comment.