From 489b284a56be758aede39344288cb954711cae37 Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 16 Oct 2024 15:14:58 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20gha=20annoys=20me=20so=20much=20?= =?UTF-8?q?why=20is=20this=20so=20difficult?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/0-semver.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/0-semver.yml b/.forgejo/workflows/0-semver.yml index 3fefbee..f7547d7 100644 --- a/.forgejo/workflows/0-semver.yml +++ b/.forgejo/workflows/0-semver.yml @@ -31,7 +31,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Log Release - run: echo ${{ steps.semantic.outputs.RELEASE }} + run: echo ${{ steps.semantic.outputs.VERSION }} - name: Create Release uses: actions/forgejo-release@v1 with: @@ -39,5 +39,5 @@ jobs: release-dir: src release-notes: ${{ steps.semantic.outputs.NOTES }} token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }} - tag: ${{ steps.semantic.outputs.VERSION }} - title: ${{ steps.semantic.outputs.VERSION }} + tag: v${{ steps.semantic.outputs.VERSION }} + title: v${{ steps.semantic.outputs.VERSION }}