File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,12 @@ jobs:
1919 - name : Checkout
2020 uses : actions/checkout@v4
2121
22- - name : Setup .NET
23- uses : actions/setup-dotnet@v4
24- with :
25- dotnet-version : |
26- 3.1.x
27- 5.0.x
28- 6.0.x
29- 7.0.x
30- 8.0.x
31-
3222 - name : Run tests
3323 run : dotnet test -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=false
3424
3525 build-linux :
3626 name : Build, Test & Pack (Linux)
37- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
3828 steps :
3929 - name : Checkout
4030 uses : actions/checkout@v4
4535 uses : actions/setup-dotnet@v4
4636 with :
4737 dotnet-version : |
48- 3.1.x
49- 5.0.x
5038 6.0.x
51- 7.0.x
5239 8.0.x
5340
5441 - name : Build
9885 with :
9986 name : nupkgs
10087 - name : Push to pkg.github.com
101- run : dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/prom-client-net /index.json -k ${{ secrets.GH_FULL_PAT }}
88+ run : dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/${{ github.repository_owner }} /index.json -k ${{ secrets.GH_FULL_PAT }}
10289
10390 nuget :
10491 name : Deploy to NuGet
You can’t perform that action at this time.
0 commit comments