Skip to content

Commit

Permalink
ci: fixed yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
capjan committed Dec 27, 2023
1 parent 3cd4be3 commit 63fb9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:

- name: Build, Test, Pack, Push
env:
- NU_GET_API_KEY: ${{ secrets.NUGET_API_KEY }}
NU_GET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: |
./build.sh deploy

0 comments on commit 63fb9f6

Please sign in to comment.