Skip to content

Commit f86b251

Browse files
Merge branch 'release/next' into release/next-v1.2.0
2 parents 96a0f8e + 6ef7e1c commit f86b251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const execute = async(): Promise<void> => {
2222

2323
const config = getConfig(commander.package);
2424
const args = getContextArgs(commander.tag, commander.branch, config);
25-
setEnv(config, commander.token, commander.workspace);
25+
setEnv(config, token, commander.workspace);
2626
if (!isValidContext(args)) {
2727
console.log('This is not target tag');
2828
return;

0 commit comments

Comments
 (0)