diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dffa41..17f0639 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: file: dist/* - tag: ${{ github.ref }} + tag: ${{ steps.data.outputs.release }} overwrite: true file_glob: true