Skip to content

Commit

Permalink
[Chore]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhh135 committed Sep 14, 2024
1 parent 456734b commit f3265bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: NuGet Publish

on:
push:
branches: [ "main" ]
branches: [ "master" ]

jobs:
build:
Expand Down Expand Up @@ -39,6 +39,6 @@ jobs:

- name: Publish To NuGet
run: |
dotnet nuget push "Packages/*.nupkg" -k ${{ secrets.NUGET_APIKEY }} -s 'https://api.nuget.org/v3/index.json' --skip-duplicate
dotnet nuget push "Packages/*.nupkg" -k ${{ secrets.NUGET_KEY }} -s 'https://api.nuget.org/v3/index.json' --skip-duplicate

0 comments on commit f3265bb

Please sign in to comment.