We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ced90 commit 246cae8Copy full SHA for 246cae8
.github/workflows/build-release.yaml
@@ -41,9 +41,10 @@ jobs:
41
needs: [build-dotnet]
42
permissions:
43
contents: write
44
+ id-token: write # required for NuGet Trusted Publish
45
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
46
with:
- commit-id: ''
47
+ commit-id: ""
48
tag: ${{ inputs.tag }}
49
dry-run: ${{ inputs.dry-run }}
50
nuget-push: true
0 commit comments