Skip to content

Commit 64fd890

Browse files
authored
fix: copilot error in yml permission (#141)
1 parent f52e685 commit 64fd890

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
release:
99
name: Release
1010
permissions:
11-
contents: read
12-
releases: write
11+
contents: write
1312
strategy:
1413
matrix:
1514
kind: ['linux', 'windows', 'macOS']

0 commit comments

Comments
 (0)