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 9b128d0 commit 8262327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
# Remove "release-" prefix from github.ref_name
VERSION=${ GITHUB_REF##*/release- }
echo "IMAGE_TAG=v${{ VERSION }}" >> $GITHUB_ENV
echo "IMAGE_TAG=v${ VERSION }" >> $GITHUB_ENV
# semantic_version=${RELEASE_BRANCH_NAME#"release-"}
# echo "VERSION=v${semantic_version}" >> $GITHUB_ENV
Expand Down

0 comments on commit 8262327

Please sign in to comment.