Fetch tags with checkout
Create mlflow tag / Create mlflow tag (push) Failing after 4s Details

This commit is contained in:
LordMathis 2024-01-31 12:04:13 +01:00
parent 7ef590b6aa
commit 53f205caff
1 changed files with 2 additions and 0 deletions

View File

@ -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