Fetch tags with checkout
Create mlflow tag / Create mlflow tag (push) Failing after 4s
Details
Create mlflow tag / Create mlflow tag (push) Failing after 4s
Details
This commit is contained in:
parent
7ef590b6aa
commit
53f205caff
|
@ -12,6 +12,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-tags: true
|
||||
- name: Get latest git tag
|
||||
id: tag
|
||||
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Reference in New Issue