Skip to content

Commit 9837f64

Browse files
authored
Update publish feed. (#108)
1 parent 30fe077 commit 9837f64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Pack
2525
run: dotnet pack src/Gel.Net.Driver/Gel.Net.Driver.csproj -c Release -o ./artifacts --no-build
2626
- name: Upload
27-
run: dotnet nuget push ./artifacts/Gel.Net.*.nupkg --api-key ${{ secrets.MYGET_GEL_NET }} --source https://www.myget.org/F/edgedb-net/api/v2/package
27+
run: dotnet nuget push ./artifacts/Gel.Net.*.nupkg --api-key ${{ secrets.MYGET_GEL_NET }} --source https://www.myget.org/F/gel-net/api/v2/package

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Pack
2525
run: dotnet pack src/Gel.Net.Driver/Gel.Net.Driver.csproj -c Release -o ./artifacts --no-build
2626
- name: Upload
27-
run: dotnet nuget push ./artifacts/Gel.Net.*.nupkg --api-key ${{ secrets.MYGET_GEL_NET }} --source https://www.myget.org/F/edgedb-net/api/v2/package
27+
run: dotnet nuget push ./artifacts/Gel.Net.*.nupkg --api-key ${{ secrets.MYGET_GEL_NET }} --source https://www.myget.org/F/gel-net/api/v2/package

0 commit comments

Comments
 (0)