Skip to content

Commit 449ab4a

Browse files
authored
Use the swiftly 1.0.0 release for the GH workflows (#286)
* Use the swiftly 1.0.0 release for the GH workflows * Change default release version to 1.0.1 the release/1.0 branch
1 parent d2d3b60 commit 449ab4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
description: "Version of swiftly to build release artifacts"
88
required: true
99
type: string
10-
default: "0.4.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
1414
type: string
1515
default: "--skip"
1616

1717
env:
18-
SWIFTLY_BOOTSTRAP_VERSION: 0.4.0-dev
18+
SWIFTLY_BOOTSTRAP_VERSION: 1.0.0
1919

2020
jobs:
2121
buildrelease:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
env:
10-
SWIFTLY_BOOTSTRAP_VERSION: 0.4.0-dev
10+
SWIFTLY_BOOTSTRAP_VERSION: 1.0.0
1111

1212
jobs:
1313
soundness:

0 commit comments

Comments
 (0)