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.
2 parents aeec387 + a639fdb commit 62eab64Copy full SHA for 62eab64
.github/workflows/docs.yml
@@ -33,7 +33,7 @@ jobs:
33
https://api.github.com/repos/${{ github.repository }}/releases/latest \
34
| jq -r '.tag_name'
35
)
36
- IS_LATEST=${{ env.LATEST_TAG == github.event.release.tag_name }}
+ IS_LATEST=${{ $LATEST_TAG == github.event.release.tag_name }}
37
echo This release is: "${{ github.event.release.tag_name }}"
38
echo The latest release is: "$LATEST_TAG"
39
echo "IS_LATEST_RELEASE=$IS_LATEST" >> "$GITHUB_ENV"
0 commit comments