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 d2fb1e7 commit 5c01205Copy full SHA for 5c01205
.github/workflows/build_and_deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
# TODO: Remove the new release check once the new release workflow is fully replaced.
52
RELEASE_CHECK=$(node ./scripts/check-is-release.js 2> /dev/null || :)
53
- if [[ $RELEASE_CHECK =~ ^Version\ Packages\ \((canary|stable)\)$ ]];
+ if [[ $RELEASE_CHECK =~ ^Version\ Packages\ \((canary|release-candidate|stable)\)$ ]];
54
then
55
echo "__NEW_RELEASE=true" >> $GITHUB_ENV
56
elif [[ $RELEASE_CHECK = v* ]];
0 commit comments