Skip to content

Commit af40687

Browse files
committed
try normal fetch depth with tags
Signed-off-by: Moritz Wiesinger <[email protected]>
1 parent ea57853 commit af40687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-version.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
- name: Checkout Collector Core
4040
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
42-
fetch-depth: 0
42+
fetch-tags: true
4343
repository: "open-telemetry/opentelemetry-collector"
4444
path: opentelemetry-collector
4545

4646
- name: Checkout Collector Contrib
4747
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
with:
49-
fetch-depth: 0
49+
fetch-tags: true
5050
repository: "open-telemetry/opentelemetry-collector-contrib"
5151
path: opentelemetry-collector-contrib
5252

0 commit comments

Comments
 (0)