Skip to content

Commit

Permalink
build: 📦 Update release file
Browse files Browse the repository at this point in the history
  • Loading branch information
nclsbayona committed Jun 22, 2024
1 parent b81ef37 commit fff4ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
[
"@semantic-release/exec", {
"publishCmd": "./release.sh ${nextRelease.version} ${process.env.CONTAINER_REGISTRY_PASSWORD} ${process.env.CONTAINER_REGISTRY} ${process.env.CONTAINER_REGISTRY_REPOSITORY}"
"publishCmd": "make version=${nextRelease.version} registry_url=${process.env.CONTAINER_REGISTRY} repository_name=${process.env.CONTAINER_REGISTRY_REPOSITORY} password=${process.env.CONTAINER_REGISTRY_PASSWORD}"
}
],
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit fff4ccb

Please sign in to comment.