Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwiese authored Jan 27, 2020
1 parent cf8fb12 commit cad49a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_PAT}}
- name: Publish the package to GPR
run: dotnet nuget push src/Lyre.sln /bin/Release/*.nupkg
run: dotnet nuget push /bin/Release/*.nupkg

0 comments on commit cad49a2

Please sign in to comment.