Skip to content

Commit a317229

Browse files
authored
Update package.yaml
1 parent 43aec32 commit a317229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
VERSION: ${{ steps.release.outputs.tag }}
4444

4545
- name: Package | Push
46-
run: dotnet nuget push pack/*.nupkg -k ${{ secrets. }} -s https://api.nuget.org/v3/index.json --skip-duplicate
46+
run: dotnet nuget push pack/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)