From 9fef65dfb8d03b21190e4fa3f83bc64a20a5ad09 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Tue, 19 Jan 2021 18:38:28 +0000 Subject: [PATCH] changing the other release edit tasks to use the inputs... --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aaadfc976e..86a7b09526 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -235,7 +235,7 @@ jobs: shell: pwsh env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - RELEASE_TAG_NAME: ${{ github.event.release.tag_name }} + RELEASE_TAG_NAME: ${{ github.event.inputs.release_tag_name }} macos: runs-on: macos-latest