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

0 comments on commit f95fe53

Please sign in to comment.