Skip to content

Commit 6a2d6d6

Browse files
committed
Fix the workflows
1 parent c28a990 commit 6a2d6d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
release:
1414
if: |
15-
github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'Type: Release')
15+
(github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'Type: Release')) || github.event_name == 'workflow_dispatch'
1616
permissions:
1717
contents: write
1818
id-token: write # OIDC

0 commit comments

Comments
 (0)