Skip to content

Commit

Permalink
fix: publish 条件 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 15, 2023
1 parent 480611d commit 5e1e75f
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 @@ -20,8 +20,9 @@ jobs:
release-type: node
bump-minor-pre-major: true
publish:
if: ${{ steps.release.outputs.release_created }}
runs-on: ubuntu-latest
needs: release
if: ${{ needs.release.steps.release.outputs.release_created }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 5e1e75f

Please sign in to comment.