From 1ecbecea3db442cee86778843d23dac49955c96f Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Tue, 9 Aug 2022 19:47:45 -0300 Subject: [PATCH] Fix invalid reference to env --- .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 2034bba..82c413b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ permissions: jobs: update_tag: - name: Bump major to ${{ env.TAG_NAME }} tag + name: Bump major to ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} tag runs-on: ubuntu-latest steps: - name: ⬆ bump to ${{ env.TAG_NAME }}