Skip to content

Commit b8af386

Browse files
fix: use env token
1 parent 6f3fff0 commit b8af386

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)