mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 21:51:41 +02:00
committed by
GitHub
parent
c3a278c732
commit
51cf0de9b9
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -88900,7 +88900,7 @@ class CargoWorkspace extends workspace_1.WorkspacePlugin {
|
|||||||
}
|
}
|
||||||
const allCrates = [];
|
const allCrates = [];
|
||||||
const candidatesByPackage = {};
|
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);
|
members.push(manifest_1.ROOT_PROJECT_PATH);
|
||||||
for (const path of members) {
|
for (const path of members) {
|
||||||
const manifestPath = (0, workspace_1.addPath)(path, 'Cargo.toml');
|
const manifestPath = (0, workspace_1.addPath)(path, 'Cargo.toml');
|
||||||
@@ -119575,7 +119575,7 @@ module.exports = {};
|
|||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
module.exports = {"i8":"15.9.1"};
|
module.exports = {"i8":"15.9.2"};
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user