We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96a0f8e + 6ef7e1c commit f86b251Copy full SHA for f86b251
src/index.ts
@@ -22,7 +22,7 @@ export const execute = async(): Promise<void> => {
22
23
const config = getConfig(commander.package);
24
const args = getContextArgs(commander.tag, commander.branch, config);
25
- setEnv(config, commander.token, commander.workspace);
+ setEnv(config, token, commander.workspace);
26
if (!isValidContext(args)) {
27
console.log('This is not target tag');
28
return;
0 commit comments