Skip to content

Commit

Permalink
Drop ice36
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 6, 2024
1 parent ec7a659 commit a67eddf
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 @@ -14,7 +14,7 @@ jobs:
run: |
tag_name="${GITHUB_REF##*/}"
tag_name=$(grep -o '[0-9].*' <<< $tag_name)
tag_value="${tag_name}-ice36"
tag_value="${tag_name}"
echo "omero.version=$tag_value" >> etc/local.properties
- name: Build and package
run: ./build.py build-dev release-all release-src
Expand Down

0 comments on commit a67eddf

Please sign in to comment.