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 cad49a2 commit f088a73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # SDK Version to use.
source-url: https://api.nuget.org/v3/index.json
- run: dotnet build src/Lyre.sln --configuration Release
- name: Create the package
run: dotnet pack --configuration Release src/Lyre.sln
run: dotnet pack --configuration Release src/Lyre.sln
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_PAT}}
NUGET_AUTH_TOKEN: ${{secrets.NUGET_PAT}}
- name: Publish the package to GPR
run: dotnet nuget push /bin/Release/*.nupkg

0 comments on commit f088a73

Please sign in to comment.