We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f682e12 + 35c06db commit 55b8ab9Copy full SHA for 55b8ab9
1 file changed
.github/workflows/build-release.yaml
@@ -36,6 +36,7 @@ jobs:
36
needs: [build-dotnet]
37
permissions:
38
contents: write
39
+ id-token: write # required for NuGet Trusted Publish
40
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
41
with:
42
commit-id: ${{ github.sha }}
0 commit comments