Skip to content

Commit a325a4e

Browse files
committed
fix(workflows): update build.yml for workflow improvements
1 parent 013a0d7 commit a325a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
- name: Publish package
7171
env:
7272
VERSION: ${{ needs.get-version.outputs.tag }}
73-
API_KEY: ${{ secrets.API_KEY }}
73+
API_KEY: ${{ secrets.NUGET_PASSWORD }}
7474
run: dotnet nuget push "bin/Release/net9.0/Sprout.${VERSION}.nupkg" --api-key ${API_KEY} --source nuget --skip-duplicate

0 commit comments

Comments
 (0)