Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
chore: build dist (#751)
Browse files Browse the repository at this point in the history
Build dist PR
  • Loading branch information
google-github-actions-bot authored Apr 10, 2023
1 parent c3a278c commit 51cf0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88900,7 +88900,7 @@ class CargoWorkspace extends workspace_1.WorkspacePlugin {
}
const allCrates = [];
const candidatesByPackage = {};
const members = (await Promise.all(cargoManifest.workspace.members.map(member => this.github.findFilesByGlob(member)))).flat();
const members = (await Promise.all(cargoManifest.workspace.members.map(member => this.github.findFilesByGlobAndRef(member, this.targetBranch)))).flat();
members.push(manifest_1.ROOT_PROJECT_PATH);
for (const path of members) {
const manifestPath = (0, workspace_1.addPath)(path, 'Cargo.toml');
Expand Down Expand Up @@ -119575,7 +119575,7 @@ module.exports = {};
/***/ ((module) => {

"use strict";
module.exports = {"i8":"15.9.1"};
module.exports = {"i8":"15.9.2"};

/***/ }),

Expand Down

0 comments on commit 51cf0de

Please sign in to comment.