diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adca9dc..5dfbd4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.PAT }} with: - tag_name: ${{ steps.version.outputs.version }} + tag_name: ${{ github.ref }} release_name: Release ${{ steps.version.outputs.version }} draft: false prerelease: false