Skip to content

Commit 2de8f99

Browse files
committed
* Fixed build process so it doesn't include box.bin in the final artifact.
1 parent d4bb16e commit 2de8f99

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'test-harness/box.json' ) }}
4949
5050
- name: Setup CommandBox
51-
uses: Ortus-Solutions/setup-commandbox@v2.0.0
51+
uses: Ortus-Solutions/setup-commandbox
5252
with:
5353
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
5454

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: "11"
3030

3131
- name: Setup CommandBox CLI
32-
uses: Ortus-Solutions/setup-commandbox@v2.0.0
32+
uses: Ortus-Solutions/setup-commandbox
3333

3434
- name: Cache CommandBox Dependencies
3535
uses: actions/cache@v1

changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
----
99

10-
## [v2.2.0] => 2022-JUN-6
10+
## [v2.3.0] => 2022-AUG-04
11+
12+
### Fixed
13+
14+
* Fixed build process so it doesn't include `box.bin` in the final artifact.
15+
16+
----
17+
18+
## [v2.2.0] => 2022-JUN-06
1119

1220
### Added
1321

0 commit comments

Comments
 (0)