Skip to content

Commit de4d177

Browse files
authored
Test create-release-branch workflow on test branch (#10650)
Test create-release-branch workflow on test branch Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent 2d6605f commit de4d177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: define-release-branch
3838
run: |
3939
TAG=${{ steps.determine-tag.outputs.tag }}
40-
echo "branch=release/${TAG%.0}.x" >> "$GITHUB_OUTPUT"
40+
echo "branch=test/${TAG%.0}.x" >> "$GITHUB_OUTPUT" # TODO: change back to release/ branch after testing
4141
4242
- name: Checkout dd-trace-java at tag
4343
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2

0 commit comments

Comments
 (0)