Update python-publish.yml

This commit is contained in:
Aaron Heise 2023-02-12 00:53:08 -06:00 committed by GitHub
parent 0f880b7c88
commit c5bac4f6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}