Skip to content

Commit 83077e9

Browse files
committed
add dependency install so dependencies can be built correctly
1 parent cd7ec14 commit 83077e9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
7575
- name: Install Dependencies
7676
run: |
77+
box install --verbose --production
7778
cd apidocs && box install
7879
7980
- name: Update changelog [unreleased] with latest version

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ColdBox Platform Development Framework",
3-
"version":"8.1.0",
3+
"version":"8.0.4",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox/@build.version@/coldbox-@build.version@.zip",
55
"author":"Ortus Solutions <info@ortussolutions.com>",
66
"slug":"coldbox",

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
### Fixed
13+
14+
- add dependency install so dependencies can be built correctly
15+
1216
## [8.0.3] - 2025-11-05
1317

1418
### Fixed

0 commit comments

Comments
 (0)