Skip to content

Commit 20e1237

Browse files
authored
Update swift.yml (googleprojectzero#290)
Fix workflow definition.
1 parent 4f4a703 commit 20e1237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
runs-on: windows-latest
3535

3636
steps:
37-
- uses: compnerd/gha-setup-swift
37+
- uses: compnerd/gha-setup-swift@main
3838
with:
3939
branch: swift-5.5-release
40-
tag: 5.5-release
40+
tag: 5.5-RELEASE
4141
- uses: actions/checkout@v2
4242
- name: Build
4343
run: swift build -v

0 commit comments

Comments
 (0)