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 88f4fc9 commit e734297
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- name: Extract branch name
run: |
prefix="release-"
echo "---"
echo $GITHUB_HEAD_REF
echo $GITHUB_REF
echo "---"
echo 'RELEASE_BRANCH_NAME=v${GITHUB_REF##*/}#"$prefix"' >> $GITHUB_ENV
echo $RELEASE_BRANCH_NAME
Expand Down

0 comments on commit e734297

Please sign in to comment.