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 d8f6478b18 - Show all commits

View File

@@ -17,6 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Set GHE_HOST
id: ghe_host
run: |
$ghe_host = $env:GITHUB_SERVER_URL -replace "https://", ""
echo "::set-output name=GHE_HOST::$ghe_host"
- name: Extract version from CHANGELOG
id: changelog
uses: release-drafter/release-drafter@v5
@@ -27,6 +33,8 @@ jobs:
body: |
${{ description }}
token: ${{ secrets.GITEA_TOKEN }}
env:
GHE_HOST: ${{ steps.ghe_host.outputs.GHE_HOST }}
# Create Release also creates an Tag
# - name: Create git tag