Skip to content

Commit

Permalink
Update ci-build.yml (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Oct 9, 2020
1 parent de7699c commit d904de3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,8 @@ jobs:
with:
name: nuget

- name: NuGet Push
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
SOURCE_URL: https://api.nuget.org/v3/index.json
run: |
dotnet nuget push -s ${{ env.SOURCE_URL }} -k ${{ env.NUGET_AUTH_TOKEN }} **/*.nupkg
- name: Changelog
uses: glennawatson/ChangeLog@main
uses: glennawatson/ChangeLog@v1
id: changelog

- name: Create Release
Expand All @@ -103,3 +96,11 @@ jobs:
release_name: ${{ needs.build.outputs.nbgv }}
body: |
${{ steps.changelog.outputs.commitLog }}
- name: NuGet Push
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
SOURCE_URL: https://api.nuget.org/v3/index.json
run: |
dotnet nuget push -s ${{ env.SOURCE_URL }} -k ${{ env.NUGET_AUTH_TOKEN }} **/*.nupkg

0 comments on commit d904de3

Please sign in to comment.