💚 gha annoys me so much why is this so difficult
Some checks failed
Semver / semver (push) Failing after 29s
Build Docker Image / build-image (push) Successful in 56s

This commit is contained in:
Rose 2024-10-16 15:14:58 -05:00
parent 7e0a35cca5
commit 489b284a56
No known key found for this signature in database

View file

@ -31,7 +31,7 @@ jobs:
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Log Release - name: Log Release
run: echo ${{ steps.semantic.outputs.RELEASE }} run: echo ${{ steps.semantic.outputs.VERSION }}
- name: Create Release - name: Create Release
uses: actions/forgejo-release@v1 uses: actions/forgejo-release@v1
with: with:
@ -39,5 +39,5 @@ jobs:
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: ${{ steps.semantic.outputs.VERSION }} tag: v${{ steps.semantic.outputs.VERSION }}
title: ${{ steps.semantic.outputs.VERSION }} title: v${{ steps.semantic.outputs.VERSION }}