Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 23, 2024
1 parent 5a23299 commit 959b697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm publish -F universal-picgo-store --tag latest
pnpm publish -F universal-picgo --tag latest
pnpm publish -F zhi-siyuan-picgo --tag latest
pnpm publish -F universal-picgo-store --tag latest --no-git-check
pnpm publish -F universal-picgo --tag latest --no-git-check
pnpm publish -F zhi-siyuan-picgo --tag latest --no-git-check
if: ${{ steps.release.outputs.release_created }}

# Upload package to release
Expand Down

0 comments on commit 959b697

Please sign in to comment.