Skip to content

Commit

Permalink
added tag to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Kibysh committed Sep 13, 2023
1 parent d756c39 commit a5bc8c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,13 @@ jobs:
build_and_test:
runs-on: macos-latest
needs: [run_copy_script]
needs: [run_copy_script, get_tag_info]

steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ needs.get_tag_info.outputs.tag_name }}

- name: Print Xcode Version
run: xcodebuild -version
Expand Down

0 comments on commit a5bc8c8

Please sign in to comment.