Skip to content

Commit 0f8fbd8

Browse files
committed
(build) fix permission to publish nuget to GitHub Packages
1 parent 00cf960 commit 0f8fbd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ env:
3232

3333
permissions:
3434
contents: read
35-
35+
packages: write
36+
3637
jobs:
3738
prepare:
3839
name: Prepare Build

0 commit comments

Comments
 (0)