Update release.yml

This commit is contained in:
Ishan Jain 2022-10-20 16:56:59 +05:30 committed by GitHub
parent 0bd1a17de9
commit 5f43a395b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,14 +82,15 @@ jobs:
release:
name: Create GitHub Release
runs-on: ubuntu-latest
needs: [sanity, integration]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install PyYaml
run: pip install pyyaml
@ -100,4 +101,4 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.event.inputs.version }}
tag_name: ${{ github.event.inputs.version }}