From 826fb9ee318a045e0cc1bb440f5ca56cdd076e31 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Fri, 2 Feb 2024 15:15:12 +0300 Subject: [PATCH] ci: add `${{ steps.data.outputs.release }}` --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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