fsprojects / FSharpLint

Lint tool for F#
https://fsprojects.github.io/FSharpLint/
MIT License
303 stars 73 forks source link

CI(publish): upload to nuget before creating GitHub release #616

Closed knocte closed 10 months ago

knocte commented 10 months ago

This is so that if a nuget upload fails because the NUGET_KEY secret has expired, a re-run of the workflow (after updating the secret) would just work (instead of failing because the GitHub release already exists).