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 8ae9b00b5a - Show all commits

View File

@@ -26,7 +26,7 @@ jobs:
name: ${{ version }} name: ${{ version }}
body: | body: |
${{ description }} ${{ description }}
token: ${{ secrets.ACTIONS_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
# Create Release also creates an Tag # Create Release also creates an Tag
# - name: Create git tag # - name: Create git tag
@@ -58,4 +58,4 @@ jobs:
godot-Linux/X11-v${{ steps.changelog.outputs.version }}.tar.gz godot-Linux/X11-v${{ steps.changelog.outputs.version }}.tar.gz
godot-macOS-v${{ steps.changelog.outputs.version }}.tar.gz godot-macOS-v${{ steps.changelog.outputs.version }}.tar.gz
draft: false draft: false
token: ${{ secrets.ACTIONS_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}