proper release?
This commit is contained in:
parent
b5536df7eb
commit
8f78f9853d
1 changed files with 2 additions and 5 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
|
@ -5,9 +5,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
# Run tests for any PRs.
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: release
|
||||
|
|
@ -47,8 +44,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: $(PYPI_VERSION)
|
||||
release_name: ytdl-sub $(PYPI_VERSION)
|
||||
tag_name: ${{ env.PYPI_VERSION }}
|
||||
release_name: ytdl-sub ${{ env.PYPI_VERSION }}
|
||||
body: |
|
||||
See https://github.com/jmbannon/ytdl-sub#installation for installation steps
|
||||
draft: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue