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 443a3c0 commit b5ce163Copy full SHA for b5ce163
.github/workflows/publish_nu_get_package.yml
@@ -27,10 +27,7 @@ jobs:
27
- name: Setup .NET
28
uses: actions/setup-dotnet@v3
29
with:
30
- dotnet-version: |
31
- 7.0.X
32
- 8.0.x
33
- 9.0.x
+ dotnet-version: 9.0.x
34
35
- name: Restore dependencies
36
run: dotnet restore
@@ -48,4 +45,4 @@ jobs:
48
45
run: find . -name "*.nupkg" | sort
49
46
50
47
- 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
+ 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