Skip to content

Commit

Permalink
Debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
olegtarasov committed Feb 28, 2020
1 parent 81905a7 commit d5f54d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function run() {
return;
}
}
core.debug(`Setting tag to '${tag}'`);
core.exportVariable("GIT_TAG_NAME", tag);
core.setOutput('tag', tag);
}
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ async function run() {
return
}
}
core.debug(`Setting tag to '${tag}'`)
core.exportVariable("GIT_TAG_NAME", tag);
core.setOutput('tag', tag);
}
Expand Down

0 comments on commit d5f54d6

Please # to comment.