Skip to content

Commit f0a07b9

Browse files
committed
Install grp after .net
Signed-off-by: Victor Chang <[email protected]>
1 parent 4002c0d commit f0a07b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -547,16 +547,16 @@ jobs:
547547
- name: List artifacts
548548
run: ls -ldR ${{steps.download.outputs.download-path}}/**/*
549549

550-
- name: Install grp
551-
run: dotnet tool install gpr -g
552-
553550
- uses: actions/setup-dotnet@v4
554551
env:
555552
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
556553
with:
557554
dotnet-version: "8.0.x"
558555
source-url: https://nuget.pkg.github.com/Project-MONAI/index.json
559556

557+
- name: Install grp
558+
run: dotnet tool install gpr -g
559+
560560
- name: Publish to GitHub
561561
run: gpr push '${{ steps.download.outputs.download-path }}/nuget/*.nupkg' --repository ${{ github.repository }} -k ${{ secrets.GITHUB_TOKEN }}
562562

0 commit comments

Comments
 (0)