We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ef4d9 commit afe53aeCopy full SHA for afe53ae
.github/scripts/update-release.js
@@ -16,6 +16,8 @@ const updateRelease = async () => {
16
const tag = process.env.TAG_NAME;
17
const githubWorkspace = process.env.GITHUB_WORKSPACE;
18
19
+ console.log("GITHUB_WORKSPACE: ", githubWorkspace);
20
+
21
if( !process.env.GITHUB_WORKSPACE.includes('twilio-cli-core') ) {
22
updatePackageJson(process.env.CLI_CORE_TAG)
23
}
0 commit comments