Skip to content

Commit 0f74489

Browse files
[Infra] Use v3 feed for MyGet (#7014)
1 parent 9191e97 commit 0f74489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages-1.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
env:
189189
MYGET_TOKEN_EXISTS: ${{ secrets.MYGET_TOKEN != '' }}
190190
API_KEY: ${{ secrets.MYGET_TOKEN }}
191-
SOURCE: https://www.myget.org/F/opentelemetry/api/v2/package
191+
SOURCE: https://www.myget.org/F/opentelemetry/api/v3/index.json
192192
if: env.MYGET_TOKEN_EXISTS == 'true' # Skip MyGet publish if run on a fork without the secret
193193
shell: pwsh
194194
run: dotnet nuget push *.nupkg --api-key ${env:API_KEY} --skip-duplicate --source ${env:SOURCE}

0 commit comments

Comments
 (0)