mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
workflow updated: permission updated to write.
This commit is contained in:
parent
2760a80879
commit
195f9dbafc
1 changed files with 5 additions and 2 deletions
7
.github/workflows/windows-release.yml
vendored
7
.github/workflows/windows-release.yml
vendored
|
|
@ -5,8 +5,11 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- "release/**"
|
- "release/**"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-merge:
|
windows-release-build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -55,7 +58,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git add -A
|
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 }}
|
git push origin ${{ github.ref }}
|
||||||
|
|
||||||
- name: Fetch and force merge into main
|
- name: Fetch and force merge into main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue