Remove commit message from tag
This commit is contained in:
parent
4d600ed607
commit
c2ee71d40d
|
@ -30,7 +30,7 @@ jobs:
|
|||
echo "Tag already exists"
|
||||
echo "created=false" >> $GITHUB_OUTPUT
|
||||
else
|
||||
git tag ${{ steps.mlflow.outputs.mlflow }} -m "Release ${{ steps.mlflow.outputs.mlflow }}"
|
||||
git tag ${{ steps.mlflow.outputs.mlflow }}"
|
||||
git push origin ${{ steps.mlflow.outputs.mlflow }}
|
||||
echo "created=true" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue