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 ec7a659 commit a67eddfCopy full SHA for a67eddf
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
run: |
15
tag_name="${GITHUB_REF##*/}"
16
tag_name=$(grep -o '[0-9].*' <<< $tag_name)
17
- tag_value="${tag_name}-ice36"
+ tag_value="${tag_name}"
18
echo "omero.version=$tag_value" >> etc/local.properties
19
- name: Build and package
20
run: ./build.py build-dev release-all release-src
0 commit comments