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

Fix publishing to nuget.org #10

Merged
merged 1 commit into from
Feb 26, 2022
Merged

Conversation

ThomasPiskol
Copy link
Collaborator

Currently the CI build via GitHub Actions fails while trying to publish the created NuGet packages to nuget.org (see this build).

That's because the dotnet nuget push command does not include the subfolder in which the nuget packages are located.

@ThomasPiskol
Copy link
Collaborator Author

@sschuberth Could you review and approve my PR?

@sschuberth sschuberth merged commit b7def1e into package-url:master Feb 26, 2022
@am11
Copy link
Collaborator

am11 commented Feb 26, 2022

I repushed the 1.0.0 tag. Looks like we need to set API key for nuget: https://github.com/package-url/packageurl-dotnet/runs/5345819413.

@ThomasPiskol
Copy link
Collaborator Author

Sorry, it's my fault and not an issue with the token 🤦‍♂️.

I've been using the PowerShell syntax for accessing the environment variable which contains the token but actually it's running in Bash.

I'll create a new PR.

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.

3 participants