Skip to content

Commit 14ccb15

Browse files
authored
Update dotnet.yml
1 parent ca8b048 commit 14ccb15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434

3535
# Step 6: Publish package to GitHub Packages
3636
- name: Publish to GitHub Packages
37-
run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
37+
run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.FOR_NUGETPACKAGE }} --source "github"

0 commit comments

Comments
 (0)