diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index b2cf298..f433e9a 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -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