Skip to content

Commit

Permalink
Update dotnet-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1face authored Aug 8, 2021
1 parent 854262c commit f0c79c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x' # SDK Version to use.
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}}
- run: dotnet build --configuration Release .
- name: Create the package
run: dotnet pack --configuration Release .
- name: Publish the package to nuget.org
run: dotnet nuget push Base62/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}}

0 comments on commit f0c79c7

Please sign in to comment.