Still more fixes to release action
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 23 Oct 2025 14:15:46 +0000 (16:15 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 23 Oct 2025 14:15:46 +0000 (16:15 +0200)
.github/actions/generate-release-notes/action.yml
.github/workflows/auto-release-nightly.yml

index cfe6f0856316e7ccae0ddd0ce24b0bd421745b2c..ba5723c13b8108f460371c6c7cf6416d1e22dea2 100644 (file)
@@ -44,7 +44,9 @@ runs:
         BRANCH: ${{ inputs.branch }}
         CHANNEL: ${{ inputs.channel }}
         GITHUB_REPOSITORY: ${{ github.repository }}
+        GITHUB_SERVER_URL: ${{ github.server_url }}
       run: |
+        chmod +x ${{ github.action_path }}/generate_notes.py
         python3 ${{ github.action_path }}/generate_notes.py
 
     - name: Extract and merge frontend changes
index be3238d8ceeca0942347b3eea793eea09402a8b2..a6d5cf9a7041214fd3d5acceb5ce1b7cf9977a00 100644 (file)
@@ -102,7 +102,7 @@ jobs:
       contents: write
       pull-requests: read
       packages: write
-      id-token: write  # Required for PyPI publishing
+      id-token: write # Required for PyPI publishing
     uses: ./.github/workflows/release.yml
     with:
       version: ${{ needs.check-and-release.outputs.version }}