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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
- name: Fetch tags
|
||||||
fetch-tags: true
|
run: git fetch --tags origin
|
||||||
- name: Get latest git tag
|
- name: Get latest git tag
|
||||||
id: tag
|
id: tag
|
||||||
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
|
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Reference in New Issue