There was an error while loading. Please reload this page.
1 parent 13061f8 commit d9e0f83Copy full SHA for d9e0f83
.github/workflows/build-release.yaml
@@ -51,6 +51,7 @@ jobs:
51
needs: [update-packagejson, build-dotnet]
52
permissions:
53
contents: write
54
+ id-token: write # required for NuGet Trusted Publish
55
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
56
with:
57
commit-id: ${{ needs.update-packagejson.outputs.sha }}
0 commit comments