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 }}