Skip to content

Commit

Permalink
Remove printing release notes on an actual release
Browse files Browse the repository at this point in the history
This had the same issues as validate-pr.
  • Loading branch information
Michionlion authored Sep 11, 2020
1 parent 07f88b4 commit 22a6283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: |
echo Old Version: ${{ steps.bump-tag-version.outputs.old-version }}
echo New Version: ${{ steps.bump-tag-version.outputs.version }}
echo Release Notes: ${{ steps.bump-tag-version.outputs.release-notes }}
- name: Create Release
if: steps.bump-tag-version.outputs.version != ''
uses: actions/create-release@v1
Expand Down

0 comments on commit 22a6283

Please sign in to comment.