Skip to content

Commit

Permalink
force fetch tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yawenzzzz committed Dec 5, 2024
1 parent 6c88a9a commit d8b8f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/landsat_vessel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Ensure all history and tags are fetched

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

# Step 2: Extract the version from the latest tag and its associated commit SHA
- name: Get latest tag and associated SHA
Expand Down

0 comments on commit d8b8f6d

Please sign in to comment.