Fetch tags separately
Create mlflow tag / Create mlflow tag (push) Failing after 5s
Details
Create mlflow tag / Create mlflow tag (push) Failing after 5s
Details
This commit is contained in:
parent
53f205caff
commit
672f896a6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue