Try using a different output method
This commit is contained in:
parent
2eeeae9eef
commit
5b63688834
2 changed files with 5 additions and 4 deletions
|
|
@ -8,6 +8,7 @@ const {
|
|||
} = process.env;
|
||||
|
||||
console.log(process.env);
|
||||
console.log({ TAG_NAME, API_URL, REPO, });
|
||||
|
||||
async function main() {
|
||||
const requestURL = `${API_URL}/repos/${REPO}/tags/${TAG_NAME}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue