Skip to content

Commit 7d8768c

Browse files
committed
Change default release version to 1.0.1 the release/1.0 branch
1 parent f1822d6 commit 7d8768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: "Version of swiftly to build release artifacts"
88
required: true
99
type: string
10-
default: "1.1.0"
10+
default: "1.0.1"
1111
skip:
1212
description: "Perform release checks, such as the git tag, and swift version, or '--skip' to skip that."
1313
required: true

0 commit comments

Comments
 (0)