Skip to content

Commit

Permalink
update setTag action (#3095)
Browse files Browse the repository at this point in the history
* Update setTag.yml

* Update setTag.yml

* Update setTag.js
  • Loading branch information
mcm1957 authored Dec 20, 2023
1 parent 8057293 commit fa4a37c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/setTag.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ async function doIt() {
const cmd = `npm --//registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN} dist-tag add iobroker.${process.env.INPUT_ADAPTER}@${targetRelease} ${process.env.INPUT_TAG}`;
try {
const result=execSync( cmd, { encoding: 'utf-8' });
// console.log(result);
// } catch (_e) {
// // console.log (JSON.stringify(e));
// }
console.log(result);
} catch (_e) {
// console.log (JSON.stringify(e));
}
}

return 'done';
Expand Down

0 comments on commit fa4a37c

Please sign in to comment.