Skip to content

Commit

Permalink
fix(ci): update NuGet source URL
Browse files Browse the repository at this point in the history
- Updated the NuGet source URL in the publish-nuget workflow to "https://api.nuget.org/v3/index.json" .
  • Loading branch information
SakuraIsayeki committed Sep 8, 2024
1 parent e01bfec commit 9bf24ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
]
# Sources to publish to
nuget: [
{ name: "NuGet", source: "https://api.nuget.org", keyname: "NUGET_TOKEN" },
{ name: "NuGet", source: "https://api.nuget.org/v3/index.json", keyname: "NUGET_TOKEN" },
{ name: "GitHub Packages", source: "https://nuget.pkg.github.com/YumeChan", keyname: "GITHUB_TOKEN" }
]

Expand Down

0 comments on commit 9bf24ad

Please sign in to comment.