Skip to content

Commit

Permalink
Update use NuGet in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Jun 3, 2020
1 parent 936dc39 commit 2057036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
NUGET_AUTH_TOKEN: ${{secrets.NugetAuthToken}}

# Setup Nuget.exe
- name: Setup Nuget.exe
uses: warrenbuckley/Setup-Nuget@v1
- name: Setup NuGet.exe for use with actions
uses: NuGet/setup-nuget@v1.0.2

# Build and pack
- name: Build solution and generate NuGet package
Expand Down

0 comments on commit 2057036

Please sign in to comment.