Skip to content

Commit b5ce163

Browse files
authored
Update publish_nu_get_package.yml
1 parent 443a3c0 commit b5ce163

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish_nu_get_package.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v3
2929
with:
30-
dotnet-version: |
31-
7.0.X
32-
8.0.x
33-
9.0.x
30+
dotnet-version: 9.0.x
3431

3532
- name: Restore dependencies
3633
run: dotnet restore
@@ -48,4 +45,4 @@ jobs:
4845
run: find . -name "*.nupkg" | sort
4946

5047
- name: Push to GitHub Packages
51-
run: dotnet nuget push "**/*.nupkg" --source https://nuget.pkg.github.com/tomas-rampas/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
48+
run: dotnet nuget push "**/Bi5.Net*.nupkg" --source https://nuget.pkg.github.com/tomas-rampas/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate

0 commit comments

Comments
 (0)