Skip to content

Commit

Permalink
chore: update create_release statement
Browse files Browse the repository at this point in the history
  • Loading branch information
david972 committed Aug 22, 2024
1 parent a99920f commit 69b4868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'release') &&github.event.pull_request.merged}}
if: ${{ github.event.pull_request.merged && contains(github.event.pull_request.labels.*.name, 'release') }}
permissions:
id-token: write
contents: write
Expand Down

0 comments on commit 69b4868

Please sign in to comment.