Skip to content

Commit

Permalink
release test 10 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio authored Nov 7, 2023
1 parent ade7918 commit 3abe684
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 @@ -22,6 +22,7 @@ export async function getWorkspaceMembers(): Promise<
}[]
> {
const { toml } = await getCargoConfig()
console.log('\x1b[36m%s\x1b[0m', 'testing', toml)
return toml.workspace.members.map(async (member: string) => {
console.log('\x1b[36m%s\x1b[0m', process.env.GITHUB_WORKSPACE, process.cwd())
const files = await readdir(process.env.GITHUB_WORKSPACE || '');
Expand Down

0 comments on commit 3abe684

Please sign in to comment.