We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cbca1 commit 4f16258Copy full SHA for 4f16258
1 file changed
.github/workflows/create-release-branch.yaml
@@ -41,8 +41,9 @@ jobs:
41
42
- name: Checkout dd-trace-java at tag
43
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
44
- with:
45
- ref: ${{ steps.determine-tag.outputs.tag }}
+ # TODO: uncomment after testing
+ # with:
46
+ # ref: ${{ steps.determine-tag.outputs.tag }}
47
48
- name: Check if branch already exists
49
id: check-release-branch
0 commit comments