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

View File

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