Skip to content

Commit

Permalink
Merge pull request #1556 from hyperledger/fix_gh_docs
Browse files Browse the repository at this point in the history
fix: doc site release action
  • Loading branch information
EnriqueL8 authored Aug 16, 2024
2 parents aeec387 + a639fdb commit 62eab64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
https://api.github.com/repos/${{ github.repository }}/releases/latest \
| jq -r '.tag_name'
)
IS_LATEST=${{ env.LATEST_TAG == github.event.release.tag_name }}
IS_LATEST=${{ $LATEST_TAG == github.event.release.tag_name }}
echo This release is: "${{ github.event.release.tag_name }}"
echo The latest release is: "$LATEST_TAG"
echo "IS_LATEST_RELEASE=$IS_LATEST" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 62eab64

Please sign in to comment.