We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310d5b6 commit 67ef40eCopy full SHA for 67ef40e
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
release:
14
if: |
15
- ${{ (github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'Type: Release')) || github.event_name == 'workflow_dispatch' }}
+ (github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'Type: Release')) || github.event_name == 'workflow_dispatch'
16
permissions:
17
contents: write
18
id-token: write # OIDC
0 commit comments