Change fetch depth to 0
This commit is contained in:
parent
9e29f8c1f0
commit
a4ed47c176
|
@ -15,8 +15,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Fetch tags
|
||||
run: git fetch --tags origin
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Get latest git tag
|
||||
id: tag
|
||||
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Reference in New Issue