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 0965f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
publish_package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Publish package to pypi
uses: JRubics/poetry-publish@v2.0
uses: JRubics/poetry-publish@v1.4
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 0965f8f

Please sign in to comment.