From 1e4cefd115f5438a47701ebe09f8824546ca1a87 Mon Sep 17 00:00:00 2001 From: csmith1865 Date: Fri, 5 Dec 2025 03:17:35 +0000 Subject: [PATCH] Update .github/workflows/release.yml --- .github/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8a6fea..29d3923 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,11 +37,8 @@ jobs: cd dist zip -r ../release.zip . - - name: Read Version - id: version - run: | - echo "::set-output name=VERSION::$(cat version.txt)" - git tag v${{ steps.version.outputs.VERSION }} + - name: Set Version + run: git tag v$(cat version.txt) - name: Create Release uses: https://github.com/akkuman/gitea-release-action@v1