Skip to content

Commit

Permalink
[TASK] use the whole commit message as version description for TER
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed May 28, 2021
1 parent a62d001 commit 518e51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Get comment
id: get-comment
run: |
readonly local comment=$(git tag -n10 -l v${{ steps.get-version.outputs.version }} | sed "s/^v[0-9.]*[ ]*//g")
readonly local comment=$(git tag -n999 -l v${{ steps.get-version.outputs.version }} | sed "s/^v[0-9.]*[ ]*//g")
if [[ -z "${comment// }" ]]; then
echo ::set-output name=comment::Released version ${{ steps.get-version.outputs.version }} of ${{ env.TYPO3_EXTENSION_KEY }}
Expand Down

0 comments on commit 518e51e

Please sign in to comment.