From 932f571f99b8e543a514427fae056c56ac54f240 Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 16 Oct 2024 15:28:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20forked=20forgejo=20release=20to?= =?UTF-8?q?=20fix=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/0-semver.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/0-semver.yml b/.forgejo/workflows/0-semver.yml index a6aa0e4..0ae402d 100644 --- a/.forgejo/workflows/0-semver.yml +++ b/.forgejo/workflows/0-semver.yml @@ -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 }}