-
Notifications
You must be signed in to change notification settings - Fork 893
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
Add repository fields to some compat packages and add workflow trigger for canary #5587
Conversation
🦋 Changeset detectedLatest commit: 86e999c The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Binary Size ReportAffected SDKsNo changes between base commit (53a9263) and head commit (69539eb). Test Logs
|
Size Analysis Report |
@@ -4,6 +4,7 @@ on: | |||
push: | |||
branches: | |||
- master | |||
workflow_dispatch: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it okay to have a colon with an empty body?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
database-compat
,firestore-compat
, andstorage-compat
were missingrepository
fields, which wombat-dressing-room uses to determine if we have permission to publish. This breaks canary and prerelease workflows, which use wombat-dressing room to publish packages.I've also added a workflow_dispatch trigger to the canary workflow to make it easier to manually trigger a canary build in the future for debugging or other reasons.