Skip to content

Commit a5bc8c8

Browse files
author
Nick Kibysh
committed
added tag to checkout
1 parent d756c39 commit a5bc8c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ jobs:
7777
7878
build_and_test:
7979
runs-on: macos-latest
80-
needs: [run_copy_script]
80+
needs: [run_copy_script, get_tag_info]
8181

8282
steps:
8383
- name: Checkout Repository
8484
uses: actions/checkout@v4
85+
with:
86+
ref: ${{ needs.get_tag_info.outputs.tag_name }}
8587

8688
- name: Print Xcode Version
8789
run: xcodebuild -version

0 commit comments

Comments
 (0)