File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -547,16 +547,16 @@ jobs:
547
547
- name : List artifacts
548
548
run : ls -ldR ${{steps.download.outputs.download-path}}/**/*
549
549
550
- - name : Install grp
551
- run : dotnet tool install gpr -g
552
-
553
550
- uses : actions/setup-dotnet@v4
554
551
env :
555
552
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
556
553
with :
557
554
dotnet-version : " 8.0.x"
558
555
source-url : https://nuget.pkg.github.com/Project-MONAI/index.json
559
556
557
+ - name : Install grp
558
+ run : dotnet tool install gpr -g
559
+
560
560
- name : Publish to GitHub
561
561
run : gpr push '${{ steps.download.outputs.download-path }}/nuget/*.nupkg' --repository ${{ github.repository }} -k ${{ secrets.GITHUB_TOKEN }}
562
562
@@ -579,16 +579,16 @@ jobs:
579
579
580
580
- name : List artifacts
581
581
run : ls -ldR ${{steps.download.outputs.download-path}}/**/*
582
-
583
- - name : Install grp
584
- run : dotnet tool install gpr -g
585
582
586
583
- uses : actions/setup-dotnet@v4
587
584
env :
588
585
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
589
586
with :
590
587
dotnet-version : " 8.0.x"
591
588
source-url : https://nuget.pkg.github.com/Project-MONAI/index.json
589
+
590
+ - name : Install grp
591
+ run : dotnet tool install gpr -g
592
592
593
593
- name : Publish to GitHub
594
594
run : gpr push '${{ steps.download.outputs.download-path }}/nuget/*.nupkg' --repository ${{ github.repository }} -k ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments