Skip to content

Commit

Permalink
fix(ci): πŸ› broken if branching
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Oct 6, 2023
1 parent a8e9fa2 commit 107bc33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
semantic-release:
name: πŸ€– Semantic release
runs-on: ubuntu-latest
if: |
${{ github.event.workflow_run.conclusion == 'success' &&
!contains(github.event.pull_request.labels.*.name, 'skip-release') }}
if: "github.event.workflow_run.conclusion == 'success'"
outputs:
release: ${{ steps.tag_release.outputs.release }}
version: ${{ steps.tag_release.outputs.version }}
Expand Down

0 comments on commit 107bc33

Please sign in to comment.