From 45ad1c18dd8d19dc2c9109355564ae5a9aee0c5d Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 16 Oct 2024 15:51:42 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20get=20rid=20of=20forgejo=20relea?= =?UTF-8?q?ses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/0-semver.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.forgejo/workflows/0-semver.yml b/.forgejo/workflows/0-semver.yml index 191a807..8f15c3f 100644 --- a/.forgejo/workflows/0-semver.yml +++ b/.forgejo/workflows/0-semver.yml @@ -30,14 +30,3 @@ jobs: run: yarn run semantic-release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Log Release - run: echo ${{ steps.semantic.outputs.VERSION }} - - name: Create Release - uses: https://git.thornbush.dev/rose/forgejo-release@main - with: - direction: upload - release-dir: src - release-notes: ${{ steps.semantic.outputs.NOTES }} - token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }} - tag: v${{ steps.semantic.outputs.VERSION }} - title: v${{ steps.semantic.outputs.VERSION }}