💚 set tag env var because title is broken
Some checks failed
Semver / semver (push) Failing after 30s
Build Docker Image / build-image (push) Successful in 58s

This commit is contained in:
Rose 2024-10-16 15:23:02 -05:00
parent c64d61a9f1
commit 1ef4035e56
No known key found for this signature in database

View file

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