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

View File

@@ -15,7 +15,7 @@ jobs:
preset: ["Windows Desktop", "Linux/X11", "macOS"] preset: ["Windows Desktop", "Linux/X11", "macOS"]
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- name: Extract version from CHANGELOG - name: Extract version from CHANGELOG
id: changelog id: changelog
@@ -26,8 +26,7 @@ jobs:
name: ${{ version }} name: ${{ version }}
body: | body: |
${{ description }} ${{ description }}
env: token: ${{ secrets.ACTIONS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
# Create Release also creates an Tag # Create Release also creates an Tag
# - name: Create git tag # - name: Create git tag