Skip to content

Commit

Permalink
CD (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusturewicz authored Jul 30, 2020
1 parent 0dc7c2b commit 33ce0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- run: dotnet pack src/Result -c Release --no-build
- run: dotnet nuget push src/Result/bin/Release/*.nupkg
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads')
# - run: dotnet nuget push src/Result/bin/Release/*.nupkg -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json
# if: github.event_name == 'push' && startswith(github.ref, 'refs/tags')
- run: dotnet nuget push src/Result/bin/Release/*.nupkg -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json
if: github.event_name == 'push' && startswith(github.ref, 'refs/tags')

0 comments on commit 33ce0de

Please sign in to comment.