Update create-release.yml

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

View File

@ -6,7 +6,7 @@ on:
jobs:
create_release:
name: Create release ${{ github.event.client_payload.ToolVersion }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Create release for Python ${{ github.event.client_payload.ToolVersion }}
uses: actions/create-release@v1
@ -15,4 +15,4 @@ jobs:
with:
tag_name: ${{ github.event.client_payload.TagName }}
release_name: ${{ github.event.client_payload.ToolVersion }}
body: ${{ github.event.client_payload.ReleaseBody }}
body: ${{ github.event.client_payload.ReleaseBody }}