Skip to content

Commit 81ea5a9

Browse files
committed
Update condition
1 parent 34e7bc1 commit 81ea5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/check_if_latest_release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
echo "Latest tag: $LATEST_TAG_NAME"
1717
echo "Release event tag: $RELEASE_EVENT_TAG_NAME"
1818
19-
if [ "$LATEST_TAG_NAME" != "$RELEASE_EVENT_TAG_NAME" ]; then
19+
if [ "$LATEST_TAG_NAME" == "$RELEASE_EVENT_TAG_NAME" ]; then
2020
echo "We are releasing the latest tag. Continuing deployment workflow."
2121
exit 0
2222
else

0 commit comments

Comments
 (0)