Skip to content

Commit f4f2d4e

Browse files
committed
ci(archive): increase fetch-depth to 2 for git rev-parse HEAD^
1 parent 6358180 commit f4f2d4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/archive.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ${{ matrix.machine }}
1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
fetch-depth: "2"
1618
- name: Select Xcode
1719
run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app
1820
- name: bundle install

0 commit comments

Comments
 (0)