Skip to content

Commit c6e910a

Browse files
committed
faile the right github action path
1 parent 32e23d5 commit c6e910a

File tree

4 files changed

+11
-3
lines changed

4 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
51+
uses: Ortus-Solutions/setup-commandbox@master
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
32+
uses: Ortus-Solutions/setup-commandbox@master
3333

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

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ColdBox Mail Services",
3-
"version":"2.4.0",
3+
"version":"2.3.1",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmailservices/@build.version@/[email protected]@.zip",
55
"author":"Ortus Solutions.com <[email protected]",
66
"slug":"cbmailservices",

changelog.md

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

88
----
99

10+
## [v2.3.1] => 2022-AUG-04
11+
12+
### Fixed
13+
14+
* Fix github action
15+
16+
----
17+
1018
## [v2.3.0] => 2022-AUG-04
1119

1220
### Fixed

0 commit comments

Comments
 (0)