Skip to content

Commit

Permalink
ci: fix fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang authored Jul 29, 2024
1 parent b97acff commit 34a9185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
tags: true

- name: Fetch all tags
run: git fetch --tags

- name: Configure build environment
shell: bash
Expand Down

0 comments on commit 34a9185

Please sign in to comment.