test release #5

Merged
haylan merged 61 commits from main into release 2026-03-18 00:06:21 +01:00
Showing only changes of commit 4a27ae75d3 - Show all commits

View File

@@ -57,7 +57,7 @@ jobs:
- name: Create Release - name: Create Release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
server_url: ${{ vars.SERVER_URL }} server_url: ${{ vars.SERVER_URL }}
tag_name: ${{ steps.changelog.outputs.version }} tag_name: ${{ steps.changelog.outputs.version }}
name: "Release ${{ steps.changelog.outputs.version }}" name: "Release ${{ steps.changelog.outputs.version }}"
body: ${{ steps.changelog.outputs.description }} body: ${{ steps.changelog.outputs.description }}