Small workflow sync with contrib repo (#5518)

This commit is contained in:
Trask Stalnaker 2022-03-08 01:08:34 -08:00 committed by GitHub
parent be79dde0f6
commit 6656791147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -94,7 +94,7 @@ jobs:
EOF
sed -n '4,/^## Version /p' CHANGELOG.md \
sed -n '/^## Version ${{ github.event.outputs.release-version }}/,/^## Version /p' CHANGELOG.md \
| head -n -1 \
| perl -0pe 's/^\n+//g' \
| perl -0pe 's/\n+$/\n/g' \
@ -118,7 +118,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.set-versions.outputs.release-version }}
commitish: ${{ github.ref_name }}
release_name: Version ${{ steps.set-versions.outputs.release-version }}
draft: true
prerelease: false