Skip to content

Commit

Permalink
fixup: checkout hack for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nshy committed Jun 17, 2024
1 parent 442af58 commit 83a7528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{github.sha}}
ref: ${{ github.reftype == 'tag' && github.sha || github.ref }}

- name: Fix "dubious ownership" issue
run: git config --global --add safe.directory /__w/tarantool/tarantool
Expand Down

0 comments on commit 83a7528

Please sign in to comment.