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

Ensure that a new release always pushes packages to nuget.org #505

Merged
merged 1 commit into from
Dec 21, 2020

Conversation

aslotte
Copy link
Owner

@aslotte aslotte commented Dec 21, 2020

Resolves

Partially resolves #488

Description

We have previously seen that a new release doesn't push a new package to nuget.org when release-nuget.yml is run.
This is because the action we use use, uses VERSION_STATIC to check for if the package already exists, although we set the version using Nerdversioning which resolves a version in a later stage. Setting it to 0.0.0.0 ensures that it always pushes a new package. If a duplicate exists, the nuget.org API will tell us instead.

@aslotte aslotte merged commit 842fe52 into main Dec 21, 2020
@delete-merged-branch delete-merged-branch bot deleted the Issue_488 branch December 21, 2020 22:37
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.

[Release] Fix release workflow to push to nuget.org
1 participant