spelling fix
This commit is contained in:
parent
306bb1370a
commit
352e087518
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: actions/pypi-publish@v1.8.14
|
||||
with:
|
||||
username: ${{ github.repsoitory_owner }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
repository_url: https://www.coastalcommits.com/api/packages/${{ github.repository_owner }}/pypi
|
||||
|
||||
|
|
Loading…
Reference in a new issue