Skip to content
This repository was 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 46dae8e commit 6dd7980
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
- name: Check out
uses: actions/checkout@v4

- name: Define release branch name
run: |
echo "RELEASE_BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
# - name: Define release branch name
# run: |
# echo "RELEASE_BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV

- name: Define version name
run: |
RELEASE_BRANCH_NAME=${{GITHUB_REF##*/}}
echo "IMAGE_TAG=v${RELEASE_BRANCH_NAME#"release-"}" >> $GITHUB_ENV
# semantic_version=${RELEASE_BRANCH_NAME#"release-"}
Expand Down

0 comments on commit 6dd7980

Please sign in to comment.