Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 1718822

Browse files
committed
fix write permission
1 parent 7facb23 commit 1718822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
# Sequence of patterns matched against refs/tags
55
tags:
66
- "v*"
7-
7+
permissions:
8+
contents: write
89
jobs:
910
BuildRelease:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)