Skip to content

Commit

Permalink
fix: invalid tag on latest version deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Feb 2, 2024
1 parent 2cd571a commit 46dd5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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 46dd5a1

Please sign in to comment.