This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 5f6c2292fe [skip ci] add branch to all build tasks
5f6c2292fe is described below
commit 5f6c2292fe9759ab647e8ff1e1f52f57bcd6216e
Author: James Daugherty <[email protected]>
AuthorDate: Tue Jul 8 17:00:35 2025 -0400
[skip ci] add branch to all build tasks
---
.github/workflows/release.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fbd68f1ba1..c98a9d0a3f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -102,12 +102,12 @@ jobs:
echo "value=$sha" >>"$GITHUB_OUTPUT"
- name: "🧩 Run grails-core Assemble"
- run: ./gradlew assemble
+ run: ./gradlew assemble -PgithubBranch=${{
steps.extract_branch.outputs.value }}
env:
GRAILS_PUBLISH_RELEASE: "true"
- name: "🧩 Run grails-forge Assemble"
working-directory: grails-forge
- run: ./gradlew assemble build -PskipTests --info
+ run: ./gradlew assemble build -PskipTests --info -PgithubBranch=${{
steps.extract_branch.outputs.value }}
env:
GRAILS_PUBLISH_RELEASE: "true"
- name: "📦 Generate grails-core docs"
@@ -116,7 +116,7 @@ jobs:
GRAILS_PUBLISH_RELEASE: "true"
- name: "📦 Generate grails-forge docs"
working-directory: grails-forge
- run: ./gradlew docs
+ run: ./gradlew docs -PgithubBranch=${{
steps.extract_branch.outputs.value }}
env:
GRAILS_PUBLISH_RELEASE: "true"
- name: "🔏 Sign wrapper ZIP"