Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Sep 22, 2023
1 parent a22264a commit b8b737c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
uses: actions/[email protected]
with:
name: DgmjrSdk-NuGetPackage
- name: Publish NuGet to GitHub
shell: bash
run: dotnet nuget push **/*.nupkg --source GitHub --api-key ${{ secrets.GITHUB_TOKEN }}
# - name: Publish NuGet to GitHub
# shell: bash
# run: dotnet nuget push **/*.nupkg --source GitHub --api-key ${{ secrets.GITHUB_TOKEN }}
- name: Publish NuGet DGMJR-IO private feed
shell: bash
run: dotnet nuget push **/*.nupkg --source dgmjr-io --api-key ${{ secrets.PROGET_API_KEY }}
Expand Down

0 comments on commit b8b737c

Please sign in to comment.