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

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Sep 20, 2023
1 parent 1e6d5f4 commit b33ffa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Define version name
run: |
echo "VERSION=v${RELEASE_BRANCH_NAME#\"release-\"}" >> $GITHUB_ENV
semantic_version=${RELEASE_BRANCH_NAME#"release-"}
echo "VERSION=v${semantic_version}" >> $GITHUB_ENV
- name: Extract version from the branch name
run: |
Expand Down

0 comments on commit b33ffa9

Please sign in to comment.