Skip to content

Commit

Permalink
ci(release-please): fix publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jun 10, 2024
1 parent 62f6ec8 commit 7e0d93f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
outputs:
release_created: ${{ steps.release.outputs.release_created }}

check:
if: ${{ needs.release-please.outputs.release_created }}
uses: ./.github/workflows/check.yml

publish:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
needs: [check]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 7e0d93f

Please sign in to comment.