diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff21761..05806ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: ${{ github.ref }} + tag_name: ${{ env.RELEASE_VERSION }} name: badlogvis ${{ env.RELEASE_VERSION }} draft: false prerelease: false @@ -83,7 +83,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: ${{ github.ref }} + tag_name: ${{ env.RELEASE_VERSION }} name: badlogvis ${{ env.RELEASE_VERSION }} draft: false prerelease: false