Skip to content

Commit 4fb43c3

Browse files
authored
[LOCAL][CI] Fetch Github tags in the publish-release job (#46127)
1 parent 61fdd51 commit 4fb43c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,9 @@ jobs:
566566
steps:
567567
- name: Checkout
568568
uses: actions/checkout@v4.1.1
569+
with:
570+
fetch-depth: 0
571+
fetch-tags: true
569572
- name: Create /tmp/hermes/osx-bin directory
570573
run: mkdir -p /tmp/hermes/osx-bin
571574
- name: Download osx-bin release artifacts

0 commit comments

Comments
 (0)