Skip to content

Commit 7f4c725

Browse files
committed
fix: update which cli is assembled
1 parent 05b90a2 commit 7f4c725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forge-deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
4141
- name: "🧩 Assemble"
4242
working-directory: grails-forge
43-
run: ./gradlew grails-forge-cli:assemble
43+
run: ./gradlew grails-cli:assemble
4444
deploy:
4545
name: "Deploy to Google Cloud Run"
4646
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)