ci: ensure token can write (publish) to repo

This commit is contained in:
izzy 2025-10-08 17:39:00 +01:00
parent ec7adaafe3
commit 55ac9a4596
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ jobs:
build-and-release:
name: Build App
runs-on: ${{ matrix.os }}
permissions:
contents: write
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]