Skip to content

Commit 406ec0a

Browse files
committed
Update github actions
1 parent c789273 commit 406ec0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-github-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Publish NuGet package to GitHub Packages
3131
env:
3232
PACKAGES_AUTH_TOKEN: ${{ secrets.PACKAGES_AUTH_TOKEN }}
33-
OWNER: jacopouggeri
33+
OWNER: jayugg
3434
run: |
3535
dotnet nuget add source --username $OWNER --password $PACKAGES_AUTH_TOKEN --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${OWNER}/index.json"
3636
dotnet nuget push bin/Release/*.nupkg --api-key $PACKAGES_AUTH_TOKEN --source "github" --skip-duplicate

0 commit comments

Comments
 (0)