Skip to content

Commit

Permalink
fix(ci): reducing fetch depth to omit old tags
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jan 23, 2024
1 parent 8eea55c commit 58be25f
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: 1
fetch-tags: true
- name: Select target version
id: select_version
Expand Down

0 comments on commit 58be25f

Please sign in to comment.