Skip to content

fix: add with-commandbox: true to setup-boxlang steps in release.yml - #68

Merged
lmajano merged 1 commit into
developmentfrom
copilot/fix-setup-commandbox-params
Aug 26, 2026
Merged

fix: add with-commandbox: true to setup-boxlang steps in release.yml#68
lmajano merged 1 commit into
developmentfrom
copilot/fix-setup-commandbox-params

Conversation

Copilot AI commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

ortus-boxlang/setup-boxlang defaults with-commandbox to false, so both Setup CommandBox steps in release.yml were installing BoxLang without CommandBox — causing box CLI calls to fail silently or not at all.

Changes

  • release.yml — build job: added with-commandbox: true; this job runs box install commandbox-docbox, box task run, and box forgebox publish
  • release.yml — prep_next_release job: added with-commandbox: true; this job runs box bump
- name: Setup CommandBox
  uses: ortus-boxlang/setup-boxlang@1.4.0
  with:
    with-commandbox: true          # ← was missing
    forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}

Other workflows (pr.yml, snapshot.yml, tests.yml) use dedicated CommandBox actions and are unaffected.

Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com>
@lmajano
lmajano marked this pull request as ready for review August 26, 2026 16:02
@lmajano
lmajano merged commit 230af0d into development Aug 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants