Skip to content

Commit 5c01205

Browse files
committed
PR title Version Pacakges (canary|release-candidate|stable)
1 parent d2fb1e7 commit 5c01205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
# TODO: Remove the new release check once the new release workflow is fully replaced.
5252
RELEASE_CHECK=$(node ./scripts/check-is-release.js 2> /dev/null || :)
53-
if [[ $RELEASE_CHECK =~ ^Version\ Packages\ \((canary|stable)\)$ ]];
53+
if [[ $RELEASE_CHECK =~ ^Version\ Packages\ \((canary|release-candidate|stable)\)$ ]];
5454
then
5555
echo "__NEW_RELEASE=true" >> $GITHUB_ENV
5656
elif [[ $RELEASE_CHECK = v* ]];

0 commit comments

Comments
 (0)