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

Replace brandedoutcast/publish-nuget action with dotnet pack, dotnet nuget publish #25

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

jwthomson
Copy link
Member

As mentioned in #19 - the existing NuGet publish action has been deprecated.

This PR replaces that functionality using dotnet pack followed by dotnet nuget publish.

It is based loosely on an example from StackOverflow, but with some of the improvements as recently added to CIT/Feliz.ReactSelect - namely not running when a PR is opened. (!)

@jwthomson jwthomson merged commit c3f7500 into main Feb 2, 2024
1 check passed
@jwthomson jwthomson deleted the replace-publish-nuget-gh-action branch February 2, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants