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 f7c09fd commit 0f506c1Copy full SHA for 0f506c1
.github/workflows/docs.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Set tag env to ref tag
38
if: startsWith( github.event.ref, 'refs/tags/v' )
39
run: |
40
- echo "::set-env name=tag::$(echo ${{ github.event.ref }} | sed -e 's/^refs\/tags\/v')"
+ echo "::set-env name=tag::$(echo ${{ github.event.ref }} | sed -e 's/^refs\/tags\/v//')"
41
echo "::set-env name=latest::$(node -p "Number(require('semver').gt('${tag}','$(cat gh-pages/VERSION)'))")"
42
43
- name: Update versions
0 commit comments