Skip to content

Commit afe53ae

Browse files
committed
chore: add cli core tag
1 parent f7ef4d9 commit afe53ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/update-release.js

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const updateRelease = async () => {
1616
const tag = process.env.TAG_NAME;
1717
const githubWorkspace = process.env.GITHUB_WORKSPACE;
1818

19+
console.log("GITHUB_WORKSPACE: ", githubWorkspace);
20+
1921
if( !process.env.GITHUB_WORKSPACE.includes('twilio-cli-core') ) {
2022
updatePackageJson(process.env.CLI_CORE_TAG)
2123
}

0 commit comments

Comments
 (0)