workflow updated: permission updated to write.

This commit is contained in:
JaxxMoss 2025-05-09 01:18:40 +02:00
parent 2760a80879
commit 195f9dbafc

View file

@ -5,8 +5,11 @@ on:
branches:
- "release/**"
permissions:
contents: write
jobs:
build-and-merge:
windows-release-build:
runs-on: windows-latest
steps:
@ -55,7 +58,7 @@ jobs:
shell: bash
run: |
git add -A
git commit -m "Automated release build for version: ${{ steps.extract.outputs.version }}" || echo "No changes to commit"
git commit -m "Automated release build for version: ${{ steps.extract.outputs.version }}"
git push origin ${{ github.ref }}
- name: Fetch and force merge into main