Skip to content

Commit

Permalink
Try forcing tag retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Feb 28, 2024
1 parent cdbca6c commit b1ba0f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0 # For getting tags from the repo
# For getting tags from the repo
fetch-depth: 0
fetch-tags: true
- name: Print current revision
run: |
git describe --dirty
Expand Down

0 comments on commit b1ba0f9

Please sign in to comment.