Skip to content

Commit 7b61977

Browse files
committed
Attempt to fix 'Detected Git repository, but failed because of dubious ownership'
1 parent 5a185f7 commit 7b61977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Publish package to pypi
11-
uses: JRubics/poetry-publish@v2.0
11+
uses: JRubics/poetry-publish@v1.16
1212
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
1313
with:
1414
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)