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:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
# Run tests for any PRs.
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: release
|
name: release
|
||||||
|
|
@ -47,8 +44,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: $(PYPI_VERSION)
|
tag_name: ${{ env.PYPI_VERSION }}
|
||||||
release_name: ytdl-sub $(PYPI_VERSION)
|
release_name: ytdl-sub ${{ env.PYPI_VERSION }}
|
||||||
body: |
|
body: |
|
||||||
See https://github.com/jmbannon/ytdl-sub#installation for installation steps
|
See https://github.com/jmbannon/ytdl-sub#installation for installation steps
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue