Skip to content

Commit

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

0 comments on commit 8b5646e

Please sign in to comment.