We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b0534 commit 398ff48Copy full SHA for 398ff48
1 file changed
.github/workflows/publish.yml
@@ -21,6 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
permissions:
23
id-token: write # Enable GitHub OIDC token issuance for Trusted Publishing
24
+ contents: write # Needed for creating GitHub releases
25
26
env:
27
DOTNET_NOLOGO: true
@@ -31,7 +32,7 @@ jobs:
31
32
uses: actions/checkout@v6
33
with:
34
submodules: recursive
- fetch-depth: 0 # IMPORTANT: needed for changelog history
35
+ fetch-depth: 0 # IMPORTANT: needed for changelog history
36
37
- name: Setup .NET SDK
38
uses: actions/setup-dotnet@v5
0 commit comments