ci: Don't fetch tags again
This commit is contained in:
parent
b6a50e2138
commit
4d2e56292d
1 changed files with 0 additions and 3 deletions
3
.github/workflows/tag.yml
vendored
3
.github/workflows/tag.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue