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 e734297 commit 88448d3
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 @@ -16,8 +16,9 @@ jobs:
run: |
prefix="release-"
echo "---"
echo $GITHUB_HEAD_REF
echo $GITHUB_REF
echo ${GITHUB_REF##*/}
echo "${GITHUB_REF##*/}#'$prefix'"
echo "---"
echo 'RELEASE_BRANCH_NAME=v${GITHUB_REF##*/}#"$prefix"' >> $GITHUB_ENV
echo $RELEASE_BRANCH_NAME
Expand Down

0 comments on commit 88448d3

Please sign in to comment.