Update commit reference to use GitHub SHA
This commit is contained in:
parent
e35b5c01b0
commit
e1b01a084a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
generateReleaseNotes: true
|
||||
prerelease: true
|
||||
tag: v${{ steps.check-version.outputs.version }}
|
||||
commit: main
|
||||
commit: ${{ github.sha }}
|
||||
- name: Publish to PyPI
|
||||
env:
|
||||
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue