We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b294ad4 commit 3114326Copy full SHA for 3114326
.github/workflows/release.yml
@@ -31,18 +31,12 @@ jobs:
31
- name: Checkout Repository
32
uses: actions/checkout@v3
33
34
- - name: Setup Java
35
- uses: actions/setup-java@v3
36
- with:
37
- distribution: "temurin"
38
- java-version: "11"
39
-
40
- name: Setup CommandBox
41
uses: Ortus-Solutions/[email protected]
42
with:
43
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
44
45
- - name: Setup Environment Variables For Build Process
+ - name: Setup Environment Variables For Build Process: ${{ env.SNAPSHOT }}
46
if: ${{ !env.SNAPSHOT }}
47
id: current_version
48
run: |
0 commit comments