From 8f78f9853d86906ef23cfa04030b3839deb5eb8f Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 17:33:44 -0800 Subject: [PATCH] proper release? --- .github/workflows/release.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c7eb5509..dbfeae72 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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