We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375cadc commit 4f97742Copy full SHA for 4f97742
.github/workflows/bug_bounty.yml
@@ -20,5 +20,7 @@ jobs:
20
echo "IS_LATEST_RELEASE=$('$LATEST_TAG_NAME' == '$RELEASE_EVENT_TAG_NAME')" >> "$GITHUB_ENV"
21
22
echo "Latest tag: $LATEST_TAG_NAME"
23
+ echo "Release event tag: $RELEASE_EVENT_TAG_NAME"
24
+ echo $('$LATEST_TAG_NAME' == '$RELEASE_EVENT_TAG_NAME')
25
echo "Is latest release: ${{ env.IS_LATEST_RELEASE }}"
26
0 commit comments