Skip to content

Commit

Permalink
remove remaining conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jun 30, 2022
1 parent 7999012 commit d9d2035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down

0 comments on commit d9d2035

Please sign in to comment.