Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): canary release workflow #11516

Merged
merged 4 commits into from
Aug 6, 2024
Merged

fix(ci): canary release workflow #11516

merged 4 commits into from
Aug 6, 2024

Conversation

davidmatter
Copy link
Contributor

This fixes the canary release workflow which has not run successfully in weeks due to the new exec util introduced in 93324b2#diff-0b21831cd9ed897d64279bd0b4bb242a206cbf2f949101967ca14dba17bb7dd4 that doesn't reject bad exit codes compared to execa.

This fixes the canary release workflow which has not run successfully in weeks due to the new exec util that doesn't reject bad exit codes compared to execa.
Copy link

github-actions bot commented Aug 5, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.1 kB 34.5 kB 31.1 kB
vue.global.prod.js 147 kB 54 kB 48 kB

Usages

Name Size Gzip Brotli
createApp 49.6 kB 19.5 kB 17.8 kB
createSSRApp 53.2 kB 20.9 kB 19.1 kB
defineCustomElement 51.9 kB 20.2 kB 18.5 kB
overall 63.1 kB 24.5 kB 22.3 kB

scripts/utils.js Show resolved Hide resolved
scripts/utils.js Outdated Show resolved Hide resolved
Copy link
Contributor

autofix-ci bot commented Aug 5, 2024

Hi! I'm autofix logoautofix.ci, a bot that automatically fixes trivial issues such as code formatting in pull requests.

I would like to apply some automated changes to this pull request, but it looks like I don't have the necessary permissions to do so. To get this pull request into a mergeable state, please do one of the following two things:

  1. Allow edits by maintainers for your pull request, and then re-trigger CI (for example by pushing a new commit).
  2. Manually fix the issues identified for your pull request (see the GitHub Actions output for details on what I would like to change).

@davidmatter davidmatter requested review from yyx990803 and sxzz August 5, 2024 13:11
@yyx990803 yyx990803 merged commit 63fd8b6 into vuejs:main Aug 6, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants