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
|
- name: Get commit messages for the release
|
||||||
id: get_commit_messages
|
id: get_commit_messages
|
||||||
run: |
|
run: |
|
||||||
# Get the commit messages for the tag
|
|
||||||
COMMITS=$(git log ${GITHUB_REF} --pretty=format:'- %s' | head -n 20)
|
COMMITS=$(git log ${GITHUB_REF} --pretty=format:'- %s' | head -n 20)
|
||||||
echo "commits=$COMMITS" >> $GITHUB_ENV
|
echo "commits=$COMMITS" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue