Skip to content

Commit

Permalink
Fix publish.yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmeess committed May 14, 2020
1 parent 1c73b83 commit 7cb93ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build solution
run: dotnet build -c Release
- name: Create package
run: dotnet pack Sutro.Core.Models/Sutro.Core.Models.csproj -c Release --include-source --include-symbols
- name: Push package
run: dotnet nuget push **/*.nupkg
Expand Down

0 comments on commit 7cb93ef

Please sign in to comment.