Skip to content

Commit

Permalink
Added push echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pogromca-SCP committed Oct 17, 2024
1 parent 2c9147a commit 58c386d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
shell: pwsh
run: |
$file = ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
echo 'Pushing file: $file'
dotnet nuget push $file --api-key ${{ secrets.GITHUB_TOKEN }} --source github --skip-duplicate
dotnet nuget push $file --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 58c386d

Please sign in to comment.