Skip to content

Commit

Permalink
[LOCAL][CI] Fetch Github tags in the publish-release job (#46127)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored Sep 11, 2024
1 parent 61fdd51 commit 4fb43c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,9 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
- name: Create /tmp/hermes/osx-bin directory
run: mkdir -p /tmp/hermes/osx-bin
- name: Download osx-bin release artifacts
Expand Down

0 comments on commit 4fb43c3

Please sign in to comment.