Skip to content

Commit

Permalink
add run_id to the name
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jun 30, 2022
1 parent d9d2035 commit d0b4054
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set version
run: |
echo ${{github.job}}
tag_name="${GITHUB_REF##*/}"
tag_value="${tag_name:1}-ice36"
tag_value="${tag_name:1}-ice36-b${{ github.run_id }}"
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 d0b4054

Please sign in to comment.