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 5545763 commit 0db421fCopy full SHA for 0db421f
.github/workflows/build-release.yaml
@@ -39,9 +39,10 @@ jobs:
39
needs: [build-dotnet]
40
permissions:
41
contents: write
42
+ id-token: write # required for NuGet Trusted Publish
43
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
44
with:
- commit-id: ''
45
+ commit-id: ""
46
dry-run: ${{ inputs.dry-run }}
47
tag: ${{ inputs.tag }}
48
nuget-push: true
0 commit comments