Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package publish automation #679

Merged
merged 1 commit into from
May 25, 2024
Merged

Conversation

martincostello
Copy link
Owner

Extend the build workflow to output the NuGet package name and version and then dispatch a nuget_packages_published event when the NuGet package is published to NuGet.org.

Extend the build workflow to output the NuGet package name and version and then dispatch a `nuget_packages_published` event when the NuGet package is published to NuGet.org.
@martincostello martincostello added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code .NET Pull requests that update .net code labels May 25, 2024
@martincostello martincostello enabled auto-merge (rebase) May 25, 2024 16:25
Copy link

codecov bot commented May 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.57%. Comparing base (4169d07) to head (b523ecf).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #679   +/-   ##
=======================================
  Coverage   97.57%   97.57%           
=======================================
  Files           8        8           
  Lines         289      289           
  Branches       31       31           
=======================================
  Hits          282      282           
  Misses          2        2           
  Partials        5        5           
Flag Coverage Δ
linux 96.88% <ø> (ø)
macos 96.88% <ø> (ø)
windows 97.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit 177c673 into main May 25, 2024
11 checks passed
@martincostello martincostello deleted the nuget-publish-automation branch May 25, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant