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.
2 parents 522180c + 17b2e6f commit c4e29c2Copy full SHA for c4e29c2
.github/workflows/publish-nuget.yaml
@@ -25,6 +25,6 @@ jobs:
25
- name: Publish to NuGet
26
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
27
- name: Drafts release notes
28
- uses: release-drafter/release-drafter@v5
+ uses: release-drafter/release-drafter@v6
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments