We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e83d2bb + 0140be4 commit cf57a51Copy full SHA for cf57a51
.github/workflows/build.yml
@@ -58,8 +58,4 @@ jobs:
58
59
- name: Release & Publish to nuget.org
60
run: |
61
- echo 'Creating Release ${{ github.ref_name }}'
62
- gh release create '${{ github.ref_name }}' ./nuget/* --target '${{ github.sha }}' --generate-notes
63
dotnet nuget push "nuget/*.nupkg" --api-key "${{ steps.nuget-login.outputs.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json
64
- env:
65
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments