Skip to content

Commit ac9783f

Browse files
authored
Merge pull request #1116 from bnbarham/bump-to-604
Bump the default publishing version on main to 604
2 parents 400d684 + df67303 commit ac9783f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ on:
1414
required: true
1515
swift_format_version:
1616
type: string
17-
default: 603.0.0
17+
default: 604.0.0
1818
description: "swift-format version"
1919
# The version of swift-format to tag. If this is a prerelease, `-prerelease-<date>` is added to this version.
2020
required: true
2121
swift_syntax_tag:
2222
type: string
23-
default: 603.0.0
23+
default: 604.0.0
2424
description: "swift-syntax version"
2525
# The swift-syntax version to depend on. If this is a prerelease, the latest swift-syntax prerelease tag for this version is used.
2626
required: true

0 commit comments

Comments
 (0)