Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvaluyskiy authored Jan 8, 2020
1 parent e48d7a6 commit 1a65c87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-nuget-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.0.100'
- run: dotnet tool restore
- run: dotnet dotnet-gitversion /output GitHubActions /nofetch
- run: dotnet pack prometheus-net.Contrib.sln --include-symbols -c "Release" --output "build/" /p:Version=$GITHUB_ACTION"
- run: dotnet pack prometheus-net.Contrib.sln --include-symbols -c "Release" --output "build/"
- run: dotnet nuget push "build/*.symbols.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json" -n true

0 comments on commit 1a65c87

Please sign in to comment.