Skip to content

Commit 3114326

Browse files
committed
d
1 parent b294ad4 commit 3114326

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,12 @@ jobs:
3131
- name: Checkout Repository
3232
uses: actions/checkout@v3
3333

34-
- name: Setup Java
35-
uses: actions/setup-java@v3
36-
with:
37-
distribution: "temurin"
38-
java-version: "11"
39-
4034
- name: Setup CommandBox
4135
uses: Ortus-Solutions/[email protected]
4236
with:
4337
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
4438

45-
- name: Setup Environment Variables For Build Process
39+
- name: Setup Environment Variables For Build Process: ${{ env.SNAPSHOT }}
4640
if: ${{ !env.SNAPSHOT }}
4741
id: current_version
4842
run: |

0 commit comments

Comments
 (0)