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 f95fe53 commit 1e6d5f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
VERSION: ''
RELEASE_BRANCH_NAME: ''
steps:
- name: Define env variables
- name: Define release branch name
run: |
echo "RELEASE_BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Define version name
run: |
echo "VERSION=v${RELEASE_BRANCH_NAME#\"release-\"}" >> $GITHUB_ENV
- name: Extract version from the branch name
Expand Down

0 comments on commit 1e6d5f4

Please sign in to comment.