Skip to content

Commit 58ca523

Browse files
authored
Merge pull request #46 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents bd7ea50 + 3061027 commit 58ca523

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ jobs:
3434
needs: [build-dotnet]
3535
permissions:
3636
contents: write
37+
id-token: write # required for NuGet Trusted Publish
3738
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
3839
with:
3940
commit-id: ${{ github.sha }}
4041
tag: ${{ inputs.tag }}
4142
dry-run: ${{ inputs.dry-run }}
4243
nuget-push: true
4344
release-upload: false
44-
release-format: '{0}'
45+
release-format: "{0}"
4546
secrets: inherit

0 commit comments

Comments
 (0)