fix: add contents write permission for release creation
Some checks failed
Release / build (windows-latest) (push) Has been cancelled

GITHUB_TOKEN needs explicit write permission to create releases.
Without it, tauri-action fails with "Resource not accessible by integration".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Le-King-Fu 2026-02-10 23:27:03 +00:00
parent a03e87c4f5
commit 118a37e761

View file

@ -5,6 +5,9 @@ on:
tags: tags:
- 'v*' - 'v*'
permissions:
contents: write
jobs: jobs:
build: build:
strategy: strategy: