diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76c95f9..0a91ce8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/poetry-publish@v2.0 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')