Skip to content

Commit

Permalink
[ENG-14328] Pass environment to PublishMutation.publishUpdateGroupAsy…
Browse files Browse the repository at this point in the history
…nc (#2757)

<!-- If this PR requires a changelog entry, add it by commenting the PR with the command `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]`. -->
<!-- You can skip the changelog check by labeling the PR with "no changelog". -->

# Why

[ENG-14328: store `environment` info on update entity](https://linear.app/expo/issue/ENG-14328/store-environment-info-on-update-entity)

Pass `environment` to `PublishMutation.publishUpdateGroupAsync` to store in the db.

Waits for changes on the `www`. expo/universe#17921
  • Loading branch information
khamilowicz authored Dec 13, 2024
1 parent bc282b6 commit 1c964d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eas-cli/src/commands/update/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ export default class UpdatePublish extends EasCommand {
gitCommitHash,
isGitWorkingTreeDirty,
awaitingCodeSigningInfo: !!codeSigningInfo,
environment: environment ?? null,
};
}
);
Expand Down

0 comments on commit 1c964d2

Please sign in to comment.