👷 forked forgejo release to fix title
This commit is contained in:
parent
1ef4035e56
commit
932f571f99
1 changed files with 2 additions and 3 deletions
|
|
@ -33,12 +33,11 @@ jobs:
|
|||
- name: Log Release
|
||||
run: echo ${{ steps.semantic.outputs.VERSION }}
|
||||
- name: Create Release
|
||||
uses: actions/forgejo-release@v1
|
||||
uses: https://git.thornbush.dev/rose/forgejo-release
|
||||
with:
|
||||
direction: upload
|
||||
release-dir: src
|
||||
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
||||
token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }}
|
||||
tag: v${{ steps.semantic.outputs.VERSION }}
|
||||
env:
|
||||
TAG: v${{ steps.semantic.outputs.VERSION }}
|
||||
title: v${{ steps.semantic.outputs.VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue