simple
This commit is contained in:
parent
7ff8a3daaa
commit
6a86f34413
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -177,8 +177,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ytdl-sub ${{ needs.version.outputs.pypi_version }}
|
name: ytdl-sub ${{ needs.version.outputs.pypi_version }}
|
||||||
tag_name: ${{ needs.version.outputs.pypi_version }}
|
tag_name: ${{ needs.version.outputs.pypi_version }}
|
||||||
body: |
|
body: ${{ github.event.head_commit.message }}
|
||||||
${{ github.event.head_commit.message }}
|
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue