Skip to content

Commit 2036ad3

Browse files
Merge pull request #147 from ServiceComposer/mauroservienti-patch-2
Update CI to release to Feedz.io
2 parents 45b0a97 + d9d7ba5 commit 2036ad3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
retention-days: 2
4949
release:
5050
needs: build
51-
name: Release to MyGet
51+
name: Release to Feedz.io
5252
if: startsWith(github.ref, 'refs/tags')
5353
runs-on: ubuntu-20.04
5454
steps:
55-
- name: Setup .NET
55+
- name: Setup .NET 8
5656
uses: actions/[email protected]
5757
with:
5858
dotnet-version: 8.0.x
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
name: nuget-packages
6363
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 }}

0 commit comments

Comments
 (0)