Skip to content

Commit 4f16258

Browse files
authored
Uncomment create-release-branch lines for testing (#10660)
Uncomment create-release-branch lines for testing Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent c1cbca1 commit 4f16258

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141
4242
- name: Checkout dd-trace-java at tag
4343
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
44-
with:
45-
ref: ${{ steps.determine-tag.outputs.tag }}
44+
# TODO: uncomment after testing
45+
# with:
46+
# ref: ${{ steps.determine-tag.outputs.tag }}
4647

4748
- name: Check if branch already exists
4849
id: check-release-branch

0 commit comments

Comments
 (0)