Skip to content

Commit

Permalink
ci(login): fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Jul 15, 2019
1 parent 237c46d commit a8e4198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
},
{
path: "@semantic-release/exec",
cmd: "echo \"$DOCKER_HUB_PASSWORD\" | docker login -u \"$DOCKER_HUB_USER\" --password-stdin"
cmd: "echo \"$DOCKERHUB_PASSWORD\" | docker login -u \"$DOCKERHUB_LOGIN\" --password-stdin"
}
],
publish: [
Expand Down

0 comments on commit a8e4198

Please sign in to comment.