Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-429 rebuild pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Sep 26, 2023
1 parent 081d392 commit a15fd39
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:

- name: Set release version
run: |
echo ${{github.ref_name}}
echo "${${{github.ref_name}}#"release-"}"
ref_name=${{github.ref_name}}
semantic_version= ${ref_name#"release-"}
echo "IMAGE_TAG=v${semantic_version}" >> $GITHUB_ENV
# semantic_version=${RELEASE_BRANCH_NAME#"release-"}
# echo "VERSION=v${semantic_version}" >> $GITHUB_ENV
#
# semantic_version=${ref_name#"release-"}
# echo "IMAGE_TAG=v${semantic_version}" >> $GITHUB_ENV

- name: test
run: echo "${IMAGE_TAG}"
Expand Down

0 comments on commit a15fd39

Please sign in to comment.