Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timschmitz86 committed Jun 1, 2021
1 parent bf88ffa commit e51a7c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
name: currentPackage
path: Release/*.nupkg
- name: Publish the package to GPR
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: dotnet nuget push Release/*.nupkg
# - name: Publish the package to GPR
# env:
# NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
# run: dotnet nuget push Release/*.nupkg

0 comments on commit e51a7c2

Please sign in to comment.