There was an error while loading. Please reload this page.
2 parents 13061f8 + d9e0f83 commit d1c4a1cCopy full SHA for d1c4a1c
.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