Skip to content

Commit 15b3df1

Browse files
committed
Update build-and-deploy.yml
1 parent 6fa0df3 commit 15b3df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
if: github.event_name == 'release' && github.event.action == 'published'
122122
run: |
123123
cd packager/nupkgs
124-
dotnet nuget push --api-key ${{ secretes.NUGET_KEY }}
124+
dotnet nuget push --api-key ${{ secrets.NUGET_KEY }}
125125
126126
- name: Struct of folder
127127
run: |

0 commit comments

Comments
 (0)