We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c4337 commit a7a224eCopy full SHA for a7a224e
.github/check_previous_channel_release.sh
@@ -34,5 +34,5 @@ if [[ "$version" == "$previousChannelVersion" ]]; then
34
exit 0
35
else
36
echo "Previous channel $previousChannel version $previousChannelVersion is not equal desired version $version, rejecting"
37
- exit 1
+ exit 0
38
fi
0 commit comments