Skip to content

Commit

Permalink
ci(archive): increase fetch-depth to 2 for git rev-parse HEAD^
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Feb 2, 2025
1 parent 6358180 commit f4f2d4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ${{ matrix.machine }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: "2"
- name: Select Xcode
run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app
- name: bundle install
Expand Down

0 comments on commit f4f2d4e

Please sign in to comment.