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

0 comments on commit 7b61977

Please sign in to comment.