Skip to content

Commit

Permalink
[pick]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Feb 7, 2024
1 parent ef6f5bb commit 02c84cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Cherry-pick commit
run: |
set -x
RELEASE_BRANCH=$(git branch -r | grep 'origin/release/[0-9]\+\.[0-9]' | sed 's/.*release\///' | sort -V | tail -n1)
echo "RELEASE_BRANCH=release/$RELEASE_BRANCH" >> $GITHUB_ENV
BRANCH=pick/non-breaking-$(date +%s)
Expand Down

0 comments on commit 02c84cd

Please sign in to comment.