goreleaser / goreleaser-action

GitHub Action for GoReleaser
https://github.com/marketplace/actions/goreleaser-action
MIT License
833 stars 73 forks source link

feat: support nightly #419

Closed caarlos0 closed 1 year ago

caarlos0 commented 1 year ago

this should allow using the nightly tag of goreleaser-pro

codecov[bot] commented 1 year ago

Codecov Report

Merging #419 (877dcc8) into master (3724734) will decrease coverage by 0.27%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #419      +/-   ##
==========================================
- Coverage   67.18%   66.92%   -0.27%     
==========================================
  Files           3        3              
  Lines         128      130       +2     
  Branches       22       23       +1     
==========================================
+ Hits           86       87       +1     
  Misses         27       27              
- Partials       15       16       +1     
Impacted Files Coverage Δ
src/github.ts 80.00% <50.00%> (-1.14%) :arrow_down:
caarlos0 commented 1 year ago

refs https://github.com/orgs/goreleaser/discussions/4080