Skip to content

Commit

Permalink
fixing restore step
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Jan 10, 2024
1 parent 51ebad2 commit a84d684
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: publish migtool
run: |
dotnet tool restore
dotnet paket restore
dotnet publish -c Release
dotnet pack
dotnet nuget push nupkg/*.nupgk -s
Expand All @@ -24,6 +26,8 @@ jobs:

- name: publish migtool
run: |
dotnet tool restore
dotnet paket restore
dotnet publish -c Release
dotnet pack
dotnet nuget push nupkg/*.nupgk -s
Expand Down

0 comments on commit a84d684

Please sign in to comment.