ci: Don't fetch tags again

This commit is contained in:
Gerald Pinder 2024-01-24 18:15:56 -05:00
parent b6a50e2138
commit 4d2e56292d

View file

@ -41,9 +41,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch tags
run: git fetch --tags
- name: Get Latest Tag
id: latest_tag
run: echo "LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_OUTPUT