mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
ci: fix release drafter call conditional (#5333)
https://github.com/actions/runner/discussions/1884
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -56,7 +56,8 @@ jobs:
|
||||
config_name: release-drafter-gui-client.yml
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@v6
|
||||
if: github.event_name == 'workflow_call'
|
||||
# workflow_call event is named workflow_dispatch
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
id: update-release-draft
|
||||
with:
|
||||
config-name: ${{ matrix.config_name }}
|
||||
|
||||
Reference in New Issue
Block a user