Skip to content

Commit

Permalink
chore(CI): avoid unwanted releases (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
digiz3d authored Sep 16, 2024
1 parent a05bcc1 commit 19d36f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
id: release-please
with:
release-type: node
package-name: docker-web-recorder
publish-docker:
needs: release-please
if: ${{ needs.release-please.outputs.releases_created }}
if: ${{ needs.release-please.outputs.releases_created == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 19d36f6

Please sign in to comment.