proper release?

This commit is contained in:
Jesse Bannon 2023-02-20 17:33:44 -08:00
parent b5536df7eb
commit 8f78f9853d

View file

@ -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