Skip to content

Commit 2f8351e

Browse files
author
ChristianHaase
committed
fix: add correct permissions to create github release
1 parent 6c06660 commit 2f8351e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
# We need to run on Windows as we're supporting .NET Framework
1717
runs-on: windows-latest
1818

19+
permissions:
20+
contents: write
21+
1922
steps:
2023
- uses: actions/checkout@v5
2124
- name: Setup .NET ${{ env.NET_VERSION }}

0 commit comments

Comments
 (0)