We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd4be3 commit 63fb9f6Copy full SHA for 63fb9f6
.github/workflows/nuget_deploy.yml
@@ -14,6 +14,6 @@ jobs:
14
15
- name: Build, Test, Pack, Push
16
env:
17
- - NU_GET_API_KEY: ${{ secrets.NUGET_API_KEY }}
+ NU_GET_API_KEY: ${{ secrets.NUGET_API_KEY }}
18
run: |
19
./build.sh deploy
0 commit comments