👷 forked forgejo release to fix title
Some checks failed
Semver / semver (push) Failing after 3s
Build Docker Image / build-image (push) Successful in 57s

This commit is contained in:
Rose 2024-10-16 15:28:56 -05:00
parent 1ef4035e56
commit 932f571f99
No known key found for this signature in database

View file

@ -33,12 +33,11 @@ jobs:
- name: Log Release - name: Log Release
run: echo ${{ steps.semantic.outputs.VERSION }} run: echo ${{ steps.semantic.outputs.VERSION }}
- name: Create Release - name: Create Release
uses: actions/forgejo-release@v1 uses: https://git.thornbush.dev/rose/forgejo-release
with: with:
direction: upload direction: upload
release-dir: src 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: v${{ steps.semantic.outputs.VERSION }} tag: v${{ steps.semantic.outputs.VERSION }}
env: title: v${{ steps.semantic.outputs.VERSION }}
TAG: v${{ steps.semantic.outputs.VERSION }}