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.
1 parent 237c46d commit a8e4198Copy full SHA for a8e4198
release.config.js
@@ -40,7 +40,7 @@ module.exports = {
40
},
41
{
42
path: "@semantic-release/exec",
43
- cmd: "echo \"$DOCKER_HUB_PASSWORD\" | docker login -u \"$DOCKER_HUB_USER\" --password-stdin"
+ cmd: "echo \"$DOCKERHUB_PASSWORD\" | docker login -u \"$DOCKERHUB_LOGIN\" --password-stdin"
44
}
45
],
46
publish: [
0 commit comments