Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…poku
  • Loading branch information
wellwelwel authored Sep 11, 2024
2 parents 2563514 + 5095bb5 commit a1a9922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
[[ "$MESSAGE" =~ docs\(.*\): ]] ||
[[ "$MESSAGE" =~ ci\(.*\): ]] ||
[[ "$MESSAGE" =~ cd\(.*\): ]] ||
[[ "$MESSAGE" =~ chore\(website\):\ update\ dependencies ]]; then
[[ "$MESSAGE" =~ chore\(website\) ]]; then
echo "publish=false" >> $GITHUB_OUTPUT
echo "Skip publish"
else
Expand Down

0 comments on commit a1a9922

Please sign in to comment.