Skip to content

Commit 398ff48

Browse files
committed
Fix CI/CD permissions (required for creating GitHub release)
1 parent 36b0534 commit 398ff48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
permissions:
2323
id-token: write # Enable GitHub OIDC token issuance for Trusted Publishing
24+
contents: write # Needed for creating GitHub releases
2425

2526
env:
2627
DOTNET_NOLOGO: true
@@ -31,7 +32,7 @@ jobs:
3132
uses: actions/checkout@v6
3233
with:
3334
submodules: recursive
34-
fetch-depth: 0 # IMPORTANT: needed for changelog history
35+
fetch-depth: 0 # IMPORTANT: needed for changelog history
3536

3637
- name: Setup .NET SDK
3738
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)