Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 committed Jan 8, 2025
1 parent 35791c4 commit 287bdad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ls -l output
dotnet nuget push "./output/RoveComm.**.nupkg" \
dotnet nuget push "output/RoveComm.**.nupkg" \
--source "https://nuget.pkg.github.com/MissouriMRDT/index.json" \
--api-key $GITHUB_TOKEN
- name: Publish to NuGet.org
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: |
dotnet nuget push "./output/RoveComm.**.nupkg" \
dotnet nuget push "output/RoveComm.**.nupkg" \
--source "https://api.nuget.org/v3/index.json" \
--api-key $NUGET_API_KEY

0 comments on commit 287bdad

Please sign in to comment.