Skip to content

Commit

Permalink
safe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
loris.d committed Mar 18, 2024
1 parent f24f9ca commit daa60ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Remove existing latest tag locally and remotely
run: |
git config --global --add safe.directory /__w/pre-commit-hooks/pre-commit-hooks
git tag -d latest || true # Ignore error if tag doesn't exist
git push origin :refs/tags/latest || true # Ignore error if tag doesn't exist
Expand Down

0 comments on commit daa60ff

Please sign in to comment.