Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Mar 23, 2023
1 parent fe45c87 commit a70d07d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default async function run(env = process.env): Promise<void> {
core.info(`cwd:\n${process.cwd()}\n`)
core.info(`whoami:\n${await spawn('whoami')}\n`)
core.info(`ls:\n${await spawn('ls', ['-ahl'])}\n`)
core.info(`git config:\n${await spawn('git', ['config', '-l'])}\n`)
core.info(`\n\n`)

const result = await semanticRelease({
Expand Down

0 comments on commit a70d07d

Please sign in to comment.