Enhance GitHub Actions workflow by adding write permissions for contents in release.yml

This commit is contained in:
wood chen 2025-01-16 01:35:04 +08:00
parent 097f23a67e
commit 3acc0dc2f4

View File

@ -5,6 +5,9 @@ on:
tags:
- "*"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest