Update release.yml
This commit is contained in:
parent
0bd1a17de9
commit
5f43a395b7
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user