We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6a5ab commit 730613dCopy full SHA for 730613d
.github/workflows/pages.yml
@@ -54,6 +54,7 @@ jobs:
54
run: |
55
VERSION=${{ steps.latest_tag.outputs.tag }}
56
echo "arf_version=${VERSION:1}" >> $GITHUB_ENV
57
+ echo "${VERSION:1}"
58
mike delete --push latest
59
mike delete --push v1.6.0
60
mike deploy --push --update-aliases ${{ env.arf_version }} latest
0 commit comments