Skip to content

Commit

Permalink
build: modify release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luohuidong committed Jun 26, 2024
1 parent ebc1c57 commit e3ba849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: test
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -56,4 +58,3 @@ jobs:
publish: pnpm -r publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e3ba849

Please sign in to comment.