Skip to content

Commit

Permalink
try and fix nugetpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Dec 18, 2024
1 parent 183f778 commit 537a202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .build/Build.CI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
[CloseMilestoneJob]
[DraftReleaseJob]
[UpdateMilestoneJob]
[PublishNugetPackagesJob("RSG_NUGET_API_KEY", "ci")]
[PublishNugetPackagesJob("RSG_NUGET_API_KEY", "ci", ["v*"])]
[GitHubActionsVariable("THIS_IS_A_VARIABLE", Alias = "ThisIsAOtherVariable")]
[GitHubActionsVariable("THIS_IS_ANOTHER_VARIABLE")]
[GitHubActionsInput("THIS_IS_A_INPUT" /*, Alias = "ThisIsAInput"*/)]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ on:
types:
- 'completed'
branches:
- 'master'
- 'main'
- 'v*'
permissions:
actions: read
Expand Down Expand Up @@ -66,3 +64,4 @@ jobs:
run: |
dotnet nuget push **/*.nupkg --skip-duplicate -s nuget.org --api-key $ENV:ApiKey
dotnet nuget push **/*.snupkg --skip-duplicate -s nuget.org --api-key $ENV:ApiKey

0 comments on commit 537a202

Please sign in to comment.