We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4002c0d commit f0a07b9Copy full SHA for f0a07b9
.github/workflows/ci.yml
@@ -547,16 +547,16 @@ jobs:
547
- name: List artifacts
548
run: ls -ldR ${{steps.download.outputs.download-path}}/**/*
549
550
- - name: Install grp
551
- run: dotnet tool install gpr -g
552
-
553
- uses: actions/setup-dotnet@v4
554
env:
555
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
556
with:
557
dotnet-version: "8.0.x"
558
source-url: https://nuget.pkg.github.com/Project-MONAI/index.json
559
+ - name: Install grp
+ run: dotnet tool install gpr -g
+
560
- name: Publish to GitHub
561
run: gpr push '${{ steps.download.outputs.download-path }}/nuget/*.nupkg' --repository ${{ github.repository }} -k ${{ secrets.GITHUB_TOKEN }}
562
0 commit comments