chore: allow components task to succeed even if no output
This commit is contained in:
2
.github/workflows/components.publish.yml
vendored
2
.github/workflows/components.publish.yml
vendored
@@ -42,4 +42,4 @@ jobs:
|
||||
node scripts/package-components.mjs
|
||||
git add dist
|
||||
git commit -m 'chore(release): components'
|
||||
git push -u origin HEAD
|
||||
(git push -u origin HEAD) || true
|
||||
Reference in New Issue
Block a user