From d9d20356bd853562bf5bf29a90a25838042be930 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 30 Jun 2022 09:09:03 +0100 Subject: [PATCH] remove remaining conditional --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24d62c77162..9053b8f406c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,13 +12,13 @@ jobs: - uses: actions/checkout@v2 - name: Set version run: | + echo ${{github.job}} tag_name="${GITHUB_REF##*/}" tag_value="${tag_name:1}-ice36" echo "omero.version=$tag_value" >> etc/local.properties - name: Build and package run: ./build.py build-dev release-all release-src - name: Upload Release Assets - if: startsWith(github.ref, 'refs/tags') run: | set -x assets=()