👷 get rid of forgejo releases
All checks were successful
Semver / semver (push) Successful in 26s
Build Docker Image / build-image (push) Successful in 55s

This commit is contained in:
Rose 2024-10-16 15:51:42 -05:00
parent bca046931f
commit 45ad1c18dd
No known key found for this signature in database

View file

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