Skip to content

Commit

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

0 comments on commit 2837150

Please # to comment.