File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
48
48
retention-days : 2
49
49
release :
50
50
needs : build
51
- name : Release to MyGet
51
+ name : Release to Feedz.io
52
52
if : startsWith(github.ref, 'refs/tags')
53
53
runs-on : ubuntu-20.04
54
54
steps :
55
- - name : Setup .NET
55
+ - name : Setup .NET 8
56
56
57
57
with :
58
58
dotnet-version : 8.0.x
61
61
with :
62
62
name : nuget-packages
63
63
path : nugets/
64
- - name : Push package to Myget
65
- run : dotnet nuget push ./nugets/*.nupkg --source https://www.myget.org/F/service-composer/api/v2/package --api-key ${{ secrets.MYGET_API_KEY }}
66
- - name : Push symbols to MyGet
67
- run : dotnet nuget push ./nugets/*.snupkg --source https://www.myget.org/F/service-composer/api/v3/index.json --api-key ${{ secrets.MYGET_API_KEY }}
64
+ - name : Push package to Feedz.io
65
+ run : dotnet nuget push ./nugets/*.nupkg --source https://f.feedz.io/servicecomposer/pre-releases/nuget --api-key ${{ secrets.FEEDZ_API_KEY }}
66
+ - name : Push symbols to Feedz.io
67
+ run : dotnet nuget push ./nugets/*.snupkg --source https://f.feedz.io/servicecomposer/pre-releases/symbols --api-key ${{ secrets.FEEDZ_API_KEY }}
You can’t perform that action at this time.
0 commit comments