There was an error while loading. Please reload this page.
2 parents bd7ea50 + 3061027 commit 58ca523Copy full SHA for 58ca523
1 file changed
.github/workflows/build-release.yaml
@@ -34,12 +34,13 @@ jobs:
34
needs: [build-dotnet]
35
permissions:
36
contents: write
37
+ id-token: write # required for NuGet Trusted Publish
38
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
39
with:
40
commit-id: ${{ github.sha }}
41
tag: ${{ inputs.tag }}
42
dry-run: ${{ inputs.dry-run }}
43
nuget-push: true
44
release-upload: false
- release-format: '{0}'
45
+ release-format: "{0}"
46
secrets: inherit
0 commit comments