We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cca1f commit 687918dCopy full SHA for 687918d
.github/workflows/publish_release.yml
@@ -14,13 +14,13 @@ on:
14
required: true
15
swift_format_version:
16
type: string
17
- default: 604.0.0
+ default: 603.0.0
18
description: "swift-format version"
19
# The version of swift-format to tag. If this is a prerelease, `-prerelease-<date>` is added to this version.
20
21
swift_syntax_tag:
22
23
24
description: "swift-syntax version"
25
# The swift-syntax version to depend on. If this is a prerelease, the latest swift-syntax prerelease tag for this version is used.
26
0 commit comments