Fix workflow: Add contents write permission for GitHub releases

This commit is contained in:
B Harper
2025-10-26 18:35:54 +11:00
parent 4cb6434584
commit f8115fae53
+3
View File
@@ -5,6 +5,9 @@ on:
tags:
- 'v*'
permissions:
contents: write
jobs:
publish:
runs-on: ubuntu-latest