Skip to content

Commit

Permalink
chore: debug statements for #1082
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 4, 2024
1 parent 64a8c2f commit e797936
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/set-major-version-tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ async function runGitCmd(args) {
*/
async function setMajorVersionTag() {
try {
console.log(
'kanad test',
JSON.stringify({
GITHUB_BASE_REF: process.env.GITHUB_BASE_REF,
GITHUB_HEAD_REF: process.env.GITHUB_HEAD_REF,
GITHUB_REF: process.env.GITHUB_REF,
GITHUB_REF_NAME: process.env.GITHUB_REF_NAME,
GITHUB_REF_TYPE: process.env.GITHUB_REF_TYPE,
}),
);

const parsedVersion = parse(pkg.version);

if (!parsedVersion) {
Expand Down

0 comments on commit e797936

Please sign in to comment.