Skip to content

Commit a8e4198

Browse files
committed
ci(login): fix login
1 parent 237c46d commit a8e4198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
},
4141
{
4242
path: "@semantic-release/exec",
43-
cmd: "echo \"$DOCKER_HUB_PASSWORD\" | docker login -u \"$DOCKER_HUB_USER\" --password-stdin"
43+
cmd: "echo \"$DOCKERHUB_PASSWORD\" | docker login -u \"$DOCKERHUB_LOGIN\" --password-stdin"
4444
}
4545
],
4646
publish: [

0 commit comments

Comments
 (0)