From 269092abe135afda6b84e99b3a78040fbcf80b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Fri, 7 Mar 2025 00:05:59 -0300 Subject: [PATCH] FIx file --- .forgejo/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) 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