Skip to content

Commit

Permalink
Merge pull request #2 from haynescd/test
Browse files Browse the repository at this point in the history
Test 2
  • Loading branch information
haynescd authored Sep 13, 2024
2 parents 06a219d + 06f66b2 commit 851de21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Force Fetch
run: |
git fetch --prune --unshallow --tags
- name: Set git tag and SHA
run: |
VERSION=$(git tag --sort=committerdate | grep -E '[0-9]' | tail -1 | cut -b 1-7)
Expand Down

0 comments on commit 851de21

Please sign in to comment.