feat(resource-test)-an-ui-test #4

Merged
haylan merged 12 commits from feat(resource-test)-an-ui-test into main 2026-03-15 21:56:10 +01:00
Showing only changes of commit 11dd732cd0 - Show all commits

View File

@@ -50,7 +50,7 @@ jobs:
- name: Create Release - name: Create Release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
server_url: https://git.arthurerlich.de server_url: ${{ 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 }}