💚 fix broken semver releasing
This commit is contained in:
parent
ee813459c7
commit
49e8b95f29
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
uses: actions/forgejo-release@v1
|
uses: actions/forgejo-release@v1
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
release-dir: .ci
|
release-dir: src
|
||||||
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
||||||
token: ${{secrets.FIXBLUESKY_RELEASE_TOKEN}}
|
token: ${{secrets.FIXBLUESKY_RELEASE_TOKEN}}
|
||||||
tag: ${{steps.semantic.outputs.VERSION}}
|
tag: ${{steps.semantic.outputs.VERSION}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue