Skip to content

Commit

Permalink
Attempt to fix 'Detected Git repository, but failed because of dubiou…
Browse files Browse the repository at this point in the history
…s ownership'
  • Loading branch information
bergercookie committed Aug 19, 2024
1 parent 5a185f7 commit 09d6561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fix issue with next step Detected Git repository, but failed because of dubious ownership
run: |
git config --global --add safe.directory $(pwd)
- name: Publish package to pypi
uses: JRubics/[email protected]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 09d6561

Please sign in to comment.