Skip to content

Commit

Permalink
Fix release workflow (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov authored Nov 15, 2024
1 parent c76cc84 commit 92dee02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ddg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@ on:
android:
description: 'Propagate to Android'
type: boolean
required: true
default: true
ios:
description: 'Propagate to iOS'
type: boolean
required: true
default: true
macos:
description: 'Propagate to macOS'
type: boolean
required: true
default: true
windows:
description: 'Propagate to Windows'
type: boolean
required: true
default: true

workflow_call:
Expand All @@ -32,22 +36,18 @@ on:
android:
description: 'Propagate to Android'
type: boolean
required: true
default: true
ios:
description: 'Propagate to iOS'
type: boolean
required: true
default: true
macos:
description: 'Propagate to macOS'
type: boolean
required: true
default: true
windows:
description: 'Propagate to Windows'
type: boolean
required: true
default: true

env:
Expand Down

0 comments on commit 92dee02

Please sign in to comment.