Update create-release.yml

This commit is contained in:
Alice King Tai Poon 2022-06-05 15:36:45 +08:00 committed by GitHub
parent c79736c83a
commit 16eaa83722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Create release for Python ${{ github.event.client_payload.ToolVersion }} - name: Create release for Python ${{ github.event.client_payload.ToolVersion }}
uses: actions/create-release@v1 uses: actions/create-release@main
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: