File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 48
48
${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'test-harness/box.json' ) }}
49
49
50
50
- name : Setup CommandBox
51
- uses : Ortus-Solutions/setup-commandbox@v2.0.0
51
+ uses : Ortus-Solutions/setup-commandbox
52
52
with :
53
53
forgeboxAPIKey : ${{ secrets.FORGEBOX_TOKEN }}
54
54
Original file line number Diff line number Diff line change 29
29
java-version : " 11"
30
30
31
31
- name : Setup CommandBox CLI
32
- uses : Ortus-Solutions/setup-commandbox@v2.0.0
32
+ uses : Ortus-Solutions/setup-commandbox
33
33
34
34
- name : Cache CommandBox Dependencies
35
35
uses : actions/cache@v1
Original file line number Diff line number Diff line change @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
----
9
9
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
11
19
12
20
### Added
13
21
You can’t perform that action at this time.
0 commit comments