Skip to content

Commit 5f6c229

Browse files
committed
[skip ci] add branch to all build tasks
1 parent 698f38d commit 5f6c229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
103103
echo "value=$sha" >>"$GITHUB_OUTPUT"
104104
- name: "🧩 Run grails-core Assemble"
105-
run: ./gradlew assemble
105+
run: ./gradlew assemble -PgithubBranch=${{ steps.extract_branch.outputs.value }}
106106
env:
107107
GRAILS_PUBLISH_RELEASE: "true"
108108
- name: "🧩 Run grails-forge Assemble"
109109
working-directory: grails-forge
110-
run: ./gradlew assemble build -PskipTests --info
110+
run: ./gradlew assemble build -PskipTests --info -PgithubBranch=${{ steps.extract_branch.outputs.value }}
111111
env:
112112
GRAILS_PUBLISH_RELEASE: "true"
113113
- name: "📦 Generate grails-core docs"
@@ -116,7 +116,7 @@ jobs:
116116
GRAILS_PUBLISH_RELEASE: "true"
117117
- name: "📦 Generate grails-forge docs"
118118
working-directory: grails-forge
119-
run: ./gradlew docs
119+
run: ./gradlew docs -PgithubBranch=${{ steps.extract_branch.outputs.value }}
120120
env:
121121
GRAILS_PUBLISH_RELEASE: "true"
122122
- name: "🔏 Sign wrapper ZIP"

0 commit comments

Comments
 (0)