Skip to content

Commit

Permalink
release test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 7, 2023
1 parent c42734d commit 42626cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/auto/crate-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export async function getWorkspaceMembers(): Promise<
> {
const { toml } = await getCargoConfig()
return toml.workspace.members.map(async (member: string) => {
console.log('\x1b[36m%s\x1b[0m', process.env.GITHUB_WORKSPACE, process.cwd())
const packagePath = resolve(process.cwd() || process.env.GITHUB_WORKSPACE || '', member, 'Cargo.toml')
console.log('\x1b[36m%s\x1b[0m', packagePath)
const packageContent = (await readFile(packagePath)).toString()
Expand Down

0 comments on commit 42626cc

Please sign in to comment.