Skip to content

Commit a78c684

Browse files
committed
Clean BRANCH variable definition
1 parent ca3efaf commit a78c684

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/create-release-branch.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
id: define-branch
4343
run: |
4444
TAG=${{ steps.determine-tag.outputs.tag }}
45-
BRANCH="release/${TAG%.0}.x"
46-
echo "branch=${BRANCH}" >> "$GITHUB_OUTPUT"
45+
echo "branch=release/${TAG%.0}.x" >> "$GITHUB_OUTPUT"
4746
4847
- name: Checkout dd-trace-java at tag
4948
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0

0 commit comments

Comments
 (0)