From 196ab00292392402396564ee726b95b2e0246c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sun, 5 Mar 2023 01:45:26 +0000 Subject: [PATCH] Update release-and-update-changelog.yml --- .github/workflows/release-and-update-changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-update-changelog.yml b/.github/workflows/release-and-update-changelog.yml index 5709c16..18518d2 100644 --- a/.github/workflows/release-and-update-changelog.yml +++ b/.github/workflows/release-and-update-changelog.yml @@ -82,5 +82,5 @@ jobs: - name: update the changelog and add a specific tag if: (${{ env.RELEASE_VERSION }} != '') - run: pnpm release:changelog --release-as ${{ inputs.deploy_version }} + run: pnpm release:changelog --release-as ${{ env.RELEASE_VERSION }}