Skip to content

Commit

Permalink
Merge pull request #409 from SMI/stop-nuget-deploy
Browse files Browse the repository at this point in the history
comment out nuget publish
  • Loading branch information
JFriel authored Apr 8, 2024
2 parents 019158d + b2ca661 commit 05e90da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
./*.nupkg
./*.rdmp
retention-days: 1
- name: Nuget push
if: contains(github.ref,'refs/tags/')
run: dotnet nuget push HIC.Rdmp.Dicom.*.nupkg -k ${{ secrets.NUGET_KEY }} --skip-duplicate --source https://api.nuget.org/v3/index.json
# - name: Nuget push
# if: contains(github.ref,'refs/tags/')
# run: dotnet nuget push HIC.Rdmp.Dicom.*.nupkg -k ${{ secrets.NUGET_KEY }} --skip-duplicate --source https://api.nuget.org/v3/index.json
- name: Upload release binaries
if: contains(github.ref,'refs/tags/')
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 05e90da

Please sign in to comment.