Skip to content

Commit

Permalink
feat: WEB-2355 prepare cmd update
Browse files Browse the repository at this point in the history
  • Loading branch information
krystiankedra authored Aug 23, 2024
2 parents 83a22fc + 670d0c1 commit bb2cb72
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 @@ -9,7 +9,7 @@
"npmPublish": false
}],
["@semantic-release/exec", {
"prepareCmd": "make release branch-tag version-tag"
"prepareCmd": "curl -o rds-combined-ca-bundle.pem https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem && make release branch-tag version-tag"
}],
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md"],
Expand Down

0 comments on commit bb2cb72

Please sign in to comment.