From c5d0314db6e7a1336295dfac7aec3621d4d83583 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 7 Nov 2023 08:27:20 +0900 Subject: [PATCH] fix(winget): fix env name --- .github/workflows/winget-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 5f7845b8..802d2ee2 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -18,7 +18,7 @@ jobs: - name: Set winget version env env: TAG_NAME: ${{ inputs.tag_name || github.event.release.tag_name }} - run: echo "WINGET_TAG_NAME=$(echo ${TEST_VERSION#v})" >> $GITHUB_ENV + run: echo "WINGET_TAG_NAME=$(echo ${TAG_NAME#v})" >> $GITHUB_ENV - name: Submit package to Windows Package Manager Community Repository uses: vedantmgoyal2009/winget-releaser@v2 with: