Skip to content

Commit

Permalink
Removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 31, 2021
1 parent 1607c9d commit 441a03b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
dotnet tool uninstall --local Credfeto.ChangeLog.Cmd
dotnet tool install --local Credfeto.ChangeLog.Cmd --version ${{ env.BUILD_VERSION }} --add-source dist
dotnet changelog --changelog CHANGELOG.md --extract RELEASE_NOTES.md --version ${{ env.BUILD_VERSION }}
dotnet changelog --changelog CHANGELOG.md --check-insert origin/master
- name: Publish
run: |
dotnet pushpackages -folder dist --api-key ${{ secrets.NUGET_API_KEY }} --source ${{ secrets.NUGET_FEED }}

0 comments on commit 441a03b

Please sign in to comment.