Skip to content

Commit 9c64bc2

Browse files
committed
Change default release version for GitHub action releases to 603.0.0
1 parent 661aa9e commit 9c64bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
required: true
1212
swift_format_version:
1313
type: string
14-
default: 601.0.0
14+
default: 603.0.0
1515
description: "swift-format version"
1616
# The version of swift-format to tag. If this is a prerelease, `-prerelease-<date>` is added to this version.
1717
required: true
1818
swift_syntax_tag:
1919
type: string
20-
default: 601.0.0
20+
default: 603.0.0
2121
description: "swift-syntax version"
2222
# The swift-syntax version to depend on. If this is a prerelease, the latest swift-syntax prerelease tag for this version is used.
2323
required: true

0 commit comments

Comments
 (0)