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 1f32166 commit 5c403d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
steps:
- name: Extract branch name
run: |
branch_name=${GITHUB_REF##*/}
echo 'RELEASE_BRANCH_NAME=${branch_name} >> $GITHUB_ENV
echo "RELEASE_BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
echo $RELEASE_BRANCH_NAME
- name: Extract version from the branch name
Expand Down

0 comments on commit 5c403d6

Please sign in to comment.