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 }}