Skip to content

Commit b415762

Browse files
authored
swift-toolchain workflow: set publish artifacts to true for workflow_call (#753)
It appears that workflow_call is used when the GHA workflow is triggered by a scheduled run, so it needs to be true there to create a release.
1 parent bef1c89 commit b415762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ on:
6666
publish_artifacts:
6767
description: 'If true, publish release artifacts'
6868
type: boolean
69-
default: false
69+
default: true
7070
required: false
7171

7272
secrets:

0 commit comments

Comments
 (0)