Skip to content

Commit 9efb286

Browse files
Aditya JoshiAditya Joshi
authored andcommitted
Changed naming for better understanding
1 parent 1baddac commit 9efb286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/storybook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function storybook(serve, options) {
130130
customViewports: storybookConfig.customViewports
131131
},
132132
git: {
133-
branch: process.env.BRANCH_NAME ? process.env.BRANCH_NAME: commit.branch,
133+
branch: process.env.CURRENT_BRANCH ? process.env.CURRENT_BRANCH: commit.branch,
134134
commitId: commit.shortHash,
135135
commitAuthor: commit.author.name,
136136
commitMessage: commit.subject,

0 commit comments

Comments
 (0)