diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 185917c4..d36d68c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,9 @@ jobs: steps: - name: Set Release Version - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV + run: echo "RELEASE_VERSION=${TAG#v}" >> $GITHUB_ENV + env: + TAG: ${{ github.event.release.tag_name }} - name: Checkout uses: actions/checkout@v6