Merge pull request #1433 from gitbutlerapp/virtual-branch

🔨 chore: add write permission to contents in GitHub Actions workflow
This commit is contained in:
Nikita Galaiko 2023-10-20 13:05:43 +02:00 committed by GitHub
commit 103d120add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,9 @@ on:
- minor
- major
permissions:
contents: write
jobs:
publish-tauri:
strategy: