Skip to content

Commit

Permalink
e included secrets
Browse files Browse the repository at this point in the history
Co-Authored-By: Jay Bazuzi <[email protected]>
Co-Authored-By: Llewellyn Falco <[email protected]>
Co-Authored-By: Tony Trung Thanh Vo <[email protected]>
  • Loading branch information
4 people committed Feb 27, 2021
1 parent 76e9d2b commit 25b1580
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-nuget-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16


# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: deploy to nuget
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: ./PublishToNuget.cmd


Expand Down

0 comments on commit 25b1580

Please sign in to comment.