v1 of FixBluesky #1

Merged
rose merged 32 commits from devel into main 2024-10-16 16:48:34 +00:00
Showing only changes of commit 932f571f99 - Show all commits

View file

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