Skip to content

Commit 272f034

Browse files
committed
Revert conditional to what we want
1 parent 3d66b85 commit 272f034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bug_bounty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "Latest tag: $LATEST_TAG_NAME"
2525
echo "Release event tag: $RELEASE_EVENT_TAG_NAME"
2626
27-
if [ "$LATEST_TAG_NAME" != "$RELEASE_EVENT_TAG_NAME" ]; then
27+
if [ "$LATEST_TAG_NAME" == "$RELEASE_EVENT_TAG_NAME" ]; then
2828
echo "We are releasing the latest. Continuing to deploy to bug bounty instance"
2929
echo "IS_LATEST_RELEASE=true" >> $GITHUB_ENV
3030
fi

0 commit comments

Comments
 (0)