We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032d483 commit c17ce4aCopy full SHA for c17ce4a
.github/workflows/docs.yml
@@ -1,4 +1,4 @@
1
-name: Automatic package publishing
+name: Docs Website
2
3
on:
4
workflow_dispatch:
@@ -30,7 +30,7 @@ jobs:
30
31
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
32
33
- [ [ "${{ github.ref }}" == "refs/tags/"* ] ] && VERSION=$(echo $VERSION | sed -e 's/^v//')
+ [[ "$GITHUB_REF" == refs/tags/* ]] && VERSION=$(echo "$VERSION" | sed -e 's/^v//')
34
35
[ "$VERSION" == "main" ] && VERSION=latest
36
echo IMAGE_ID=$IMAGE_ID
0 commit comments