Fetch tags separately
Create mlflow tag / Create mlflow tag (push) Failing after 5s Details

This commit is contained in:
LordMathis 2024-01-31 12:12:28 +01:00
parent 53f205caff
commit 672f896a6a
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
- name: Fetch tags
run: git fetch --tags origin
- name: Get latest git tag
id: tag
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT