Skip to content

Commit

Permalink
fix(ci): reducing fetch depth to omit old tags (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Jan 23, 2024
1 parent ae9cbb6 commit b654f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 15
fetch-tags: true
- name: Select target version
id: select_version
Expand Down

0 comments on commit b654f98

Please sign in to comment.