diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 1ccb477..b6baff7 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -63,5 +63,5 @@ jobs: url: https://git.leomurca.xyz repo: leomurca/resume title: "Release ${GITHUB_REF##*/}" # Tag name as the title - release-notes: "${{ env.commits }}" # Use the commit messages as release notes + release-notes: "${{ env.commits }}" # Use theA commit messages as release notes