Grant release workflow contents write access

This commit is contained in:
2026-04-03 22:36:58 -05:00
parent 5e50254552
commit 7d650b6649
+3
View File
@@ -5,6 +5,9 @@ on:
tags: tags:
- "v*" - "v*"
permissions:
contents: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest