ci: add pre-merge version-and-changelog check #7

Merged
haylan merged 5 commits from ci/pr-version-check into main 2026-09-21 17:48:25 +00:00
Showing only changes of commit 1ee83aad37 - Show all commits
+4 -1
View File
@@ -4,6 +4,9 @@ on:
push:
branches: [main]
env:
SERVER_URL: https://git.arthurerlich.de
jobs:
release:
runs-on: ubuntu-latest
@@ -76,7 +79,7 @@ jobs:
if: steps.version.outputs.skip == 'false'
uses: akkuman/gitea-release-action@v1
with:
server_url: ${{ vars.SERVER_URL }}
server_url: ${{ env.SERVER_URL }}
token: ${{ secrets.RELEASE_TOKEN }}
tag_name: ${{ steps.version.outputs.tag }}
name: ${{ steps.version.outputs.tag }}