diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 96f9f4aea..0a6d51ae0 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -11,13 +11,13 @@ on: required: true swift_format_version: type: string - default: 601.0.0 + default: 603.0.0 description: "swift-format version" # The version of swift-format to tag. If this is a prerelease, `-prerelease-` is added to this version. required: true swift_syntax_tag: type: string - default: 601.0.0 + default: 603.0.0 description: "swift-syntax version" # The swift-syntax version to depend on. If this is a prerelease, the latest swift-syntax prerelease tag for this version is used. required: true