Skip to content

Commit 607083e

Browse files
committed
Bump the self-hosted swiftly version to 1.0.1
1 parent fb74b77 commit 607083e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly_snapshot_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '30 3 * * *'
66

77
env:
8-
SWIFTLY_BOOTSTRAP_VERSION: 1.0.1-dev
8+
SWIFTLY_BOOTSTRAP_VERSION: 1.0.1
99

1010
jobs:
1111
tests-selfhosted-linux:

.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: 1.0.1-dev
10+
SWIFTLY_BOOTSTRAP_VERSION: 1.0.1
1111

1212
jobs:
1313
soundness:

0 commit comments

Comments
 (0)