This commit is contained in:
parent
9766d2e9ab
commit
269092abe1
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ jobs:
|
|||
- name: Get commit messages for the release
|
||||
id: get_commit_messages
|
||||
run: |
|
||||
# Get the commit messages for the tag
|
||||
COMMITS=$(git log ${GITHUB_REF} --pretty=format:'- %s' | head -n 20)
|
||||
echo "commits=$COMMITS" >> $GITHUB_ENV
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue