This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch grails7-refresh in repository https://gitbox.apache.org/repos/asf/grails-quartz.git
commit 91533081fca3bd7a1464053be3dd6f3552bd9466 Author: James Daugherty <[email protected]> AuthorDate: Sat Feb 14 18:56:45 2026 -0500 Fix command for jar promotion --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76358ce..fed55db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -389,7 +389,7 @@ jobs: - name: "🚀 MANUAL - Release JAR files" run: | echo "::group::Manual Jar Promotion" - echo "Run .github/scripts/releaseJarFiles.sh ${TAG} ${REPO_NAME}:${VERSION} <ASF_USER>" + echo "Run .github/scripts/releaseJarFiles.sh ${REPO_NAME}:${VERSION} <ASF_USER>" echo "::endgroup::" - name: "🚀 MANUAL - Release distribution artifacts" run: |
