💚 set tag env var because title is broken
This commit is contained in:
parent
c64d61a9f1
commit
1ef4035e56
1 changed files with 2 additions and 0 deletions
|
|
@ -40,3 +40,5 @@ jobs:
|
||||||
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
||||||
token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }}
|
token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }}
|
||||||
tag: v${{ steps.semantic.outputs.VERSION }}
|
tag: v${{ steps.semantic.outputs.VERSION }}
|
||||||
|
env:
|
||||||
|
TAG: v${{ steps.semantic.outputs.VERSION }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue