Skip to content

Commit 63fb9f6

Browse files
committed
ci: fixed yaml
1 parent 3cd4be3 commit 63fb9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414

1515
- name: Build, Test, Pack, Push
1616
env:
17-
- NU_GET_API_KEY: ${{ secrets.NUGET_API_KEY }}
17+
NU_GET_API_KEY: ${{ secrets.NUGET_API_KEY }}
1818
run: |
1919
./build.sh deploy

0 commit comments

Comments
 (0)