From d7f9d4c02b91594aad9c76c94763d8724d542481 Mon Sep 17 00:00:00 2001 From: jclausen Date: Sun, 19 Nov 2023 13:58:38 -0500 Subject: [PATCH] hard-code version since docker does not accept semver + symbols --- .github/workflows/release.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 995fccf..61838f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,8 @@ on: - development tags: - v* +env: + VERSION: 2.0.6 jobs: publish: @@ -19,19 +21,6 @@ jobs: uses: docker/setup-qemu-action@master with: platforms: all - - name: Setup Java - uses: actions/setup-java@v3.9.0 - with: - distribution: "temurin" - java-version: "11" - - name: Setup CommandBox - uses: Ortus-Solutions/setup-commandbox@v2.0.1 - - name: Setup Environment Variables For Build Process - id: current_version - run: | - box install stachebox --production - echo "VERSION=`cat modules/stachebox/box.json | jq '.version' -r`" >> $GITHUB_ENV - - name: Setup Builds id: setup env: