Skip to content

Commit

Permalink
Fix branch/tag spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Oct 11, 2023
1 parent 1ff2b5e commit 36fabb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ jobs:
- name: Setup swift
uses: compnerd/gha-setup-swift@main
with:
branch: release/5.9
tag: swift-5.9-RELEASE
branch: swift-5.9-release
tag: 5.9-RELEASE

- uses: actions/checkout@v3

Expand Down

0 comments on commit 36fabb3

Please sign in to comment.