diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index ce23e7f..246cbbf 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -112,5 +112,5 @@ jobs: src/DeltaLake/bin/Release/*.snupkg - name: Push nuget artifacts run: | - dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${GITHUB_REPOSITORY_OWNER}/index.json" + dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/mightyshazam/index.json" dotnet nuget push "bin/Release/*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"