Co-authored-by: Kristaps Fabians Geikins <fabians@speckle.systems>
This commit is contained in:
@@ -32,9 +32,9 @@ if [ ! -d "${README_GENERATOR_DIR}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
pushd "${README_GENERATOR_DIR}"
|
pushd "${README_GENERATOR_DIR}"
|
||||||
echo "✨ Updating to the latest version of readme-generator-for-helm"
|
echo "✨ Checking out tag 2.7.2 of readme-generator-for-helm"
|
||||||
git switch main
|
git fetch origin tag 2.7.2
|
||||||
git pull origin main
|
git checkout 2.7.2
|
||||||
npm install
|
npm install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user