mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-21 14:51:08 +00:00
Trim the version
This commit is contained in:
parent
16ba39f59a
commit
2cb7b40848
3 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -89,7 +89,7 @@ function main() {
|
|||
else {
|
||||
runCommand("pip install dunamai==" + install);
|
||||
}
|
||||
var version = runCommand(command + " " + args).toString();
|
||||
var version = runCommand(command + " " + args).toString().trim();
|
||||
core.setOutput("version", version);
|
||||
console.log("Dynamic version: " + version);
|
||||
if (envVar !== "") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue