We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e7bc1 commit 81ea5a9Copy full SHA for 81ea5a9
.github/actions/check_if_latest_release/action.yml
@@ -16,7 +16,7 @@ runs:
16
echo "Latest tag: $LATEST_TAG_NAME"
17
echo "Release event tag: $RELEASE_EVENT_TAG_NAME"
18
19
- if [ "$LATEST_TAG_NAME" != "$RELEASE_EVENT_TAG_NAME" ]; then
+ if [ "$LATEST_TAG_NAME" == "$RELEASE_EVENT_TAG_NAME" ]; then
20
echo "We are releasing the latest tag. Continuing deployment workflow."
21
exit 0
22
else
0 commit comments