Skip to content

Commit

Permalink
ci: 启用 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Oct 24, 2024
1 parent f30a7a5 commit 0bb87e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- run: pnpm i --frozen-lockfile
- run: pnpm run lint
- run: pnpm run build
# - env:
# # GH_TOKEN: ${{ secrets.GH_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: pnpm run release
- env:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm run release

0 comments on commit 0bb87e4

Please sign in to comment.