fix: add permissions for contents in GitHub release workflow

This commit is contained in:
samanhappy
2025-04-12 23:32:28 +08:00
parent 0981dc9fd6
commit 703757165d

View File

@@ -4,6 +4,9 @@ on:
push:
tags: ['v*.*.*']
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest