Skip to content

Commit

Permalink
updated repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyshazam committed Feb 21, 2024
1 parent 1fe56a1 commit 4af94e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4af94e6

Please sign in to comment.