Skip to content

Commit

Permalink
[skip ci] ci: Fix checkout should get all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Jun 17, 2024
1 parent 23f879a commit 8844b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-tags: true
- name: Set up Python
uses: actions/setup-python@v3
- name: Install Python dependencies
Expand Down

0 comments on commit 8844b7b

Please sign in to comment.