Skip to content

Commit

Permalink
feat: release with ci
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed May 4, 2022
1 parent 73ffd0f commit e5b9589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dotnet pack --configuration Release

- name: Publish Nugets
run: dotnet nuget push src/Honeybadger/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push src/Honeybadger/bin/Release/*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{ secrets.NUGET_API_KEY }}

- name: Push tags on git
run: git push --follow-tags origin
Expand Down

0 comments on commit e5b9589

Please # to comment.