Skip to content

Commit 00df05c

Browse files
committed
[skip ci] switch back to assemble
1 parent 2949712 commit 00df05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
GRAILS_PUBLISH_RELEASE: "true"
108108
- name: "🧩 Run grails-forge Assemble"
109109
working-directory: grails-forge
110-
run: ./gradlew assemble build -PskipTests --info -PgithubBranch=${{ steps.extract_branch.outputs.value }}
110+
run: ./gradlew assemble -PgithubBranch=${{ steps.extract_branch.outputs.value }}
111111
env:
112112
GRAILS_PUBLISH_RELEASE: "true"
113113
- name: "📦 Generate grails-core docs"

0 commit comments

Comments
 (0)