Skip to content

Commit

Permalink
chore: one more time, this time making sure i hit save
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 4, 2024
1 parent e797936 commit 4db0f58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/set-major-version-tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ async function setMajorVersionTag() {
GITHUB_HEAD_REF: process.env.GITHUB_HEAD_REF,
GITHUB_REF: process.env.GITHUB_REF,
GITHUB_REF_NAME: process.env.GITHUB_REF_NAME,
GITHUB_REF_PROTECTED: process.env.GITHUB_REF_PROTECTED,
GITHUB_REF_TYPE: process.env.GITHUB_REF_TYPE,
GITHUB_WORKFLOW_REF: process.env.GITHUB_WORKFLOW_REF,
}),
);

Expand Down

0 comments on commit 4db0f58

Please sign in to comment.