diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 195c772..3159bbc 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -100,6 +100,7 @@ jobs: needs: [update-packagejson, build-dotnet, build-unity] permissions: contents: write + id-token: write # required for NuGet Trusted Publish uses: Cysharp/Actions/.github/workflows/create-release.yaml@main with: commit-id: ${{ needs.update-packagejson.outputs.sha }}