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 }}