From 1ef4035e56b9d1041ad9e0aaa5b3f149e9ef884a Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 16 Oct 2024 15:23:02 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20set=20tag=20env=20var=20because?= =?UTF-8?q?=20title=20is=20broken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/0-semver.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/0-semver.yml b/.forgejo/workflows/0-semver.yml index 4045dfc..a6aa0e4 100644 --- a/.forgejo/workflows/0-semver.yml +++ b/.forgejo/workflows/0-semver.yml @@ -40,3 +40,5 @@ jobs: release-notes: ${{ steps.semantic.outputs.NOTES }} token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }} tag: v${{ steps.semantic.outputs.VERSION }} + env: + TAG: v${{ steps.semantic.outputs.VERSION }}