We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb53f04 commit df5fa17Copy full SHA for df5fa17
1 file changed
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
permissions:
9
id-token: write # needed to be able to do OIDC handshake for NuGet Trusted Publishing
10
- contents: read
+ contents: write # needed to be able to make releases via the GitHub API
11
12
jobs:
13
release:
0 commit comments