From eea624dd10e3ef353836ead0784d8f0d1b235a4c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:59:56 +0000 Subject: [PATCH] fix: add with-commandbox: true to setup-boxlang steps in release.yml Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com> --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 378502e..d441769 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,7 @@ jobs: - name: Setup CommandBox uses: ortus-boxlang/setup-boxlang@1.4.0 with: + with-commandbox: true forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }} - name: Setup Java @@ -177,6 +178,7 @@ jobs: - name: Setup CommandBox uses: ortus-boxlang/setup-boxlang@1.4.0 with: + with-commandbox: true forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }} - name: Download build artifacts