Skip to content

Commit

Permalink
wip(ci): set branch name in env
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Mar 29, 2024
1 parent 414fa3a commit 892d33c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-planning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:

steps:
- name: Prepare Conditions
env:
BRANCH_NAME: ${{ env.BRANCH_NAME }}
run: |
RELEASE_NAME=$(echo "$BRANCH_NAME" | grep -oP "(?<=release\/)\d+")
echo "RELEASE_NAME=$RELEASE_NAME" >> $GITHUB_ENV
# RELEASE_NAME=$(echo "$BRANCH_NAME" | grep -oP "(?<=release\/)\d+")
# echo "RELEASE_NAME=$RELEASE_NAME" >> $GITHUB_ENV
- name: Display
run: |
Expand Down

0 comments on commit 892d33c

Please sign in to comment.