Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 15, 2024
1 parent e9594f7 commit 9dfcfb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Runtimes = {
* @type {import('semantic-release').GlobalConfig}
*/
module.exports = {
branches: ["test-dtr-artifacts"],
branches: ["test-dtr-artifacts2"],
repositoryUrl:
"[email protected]:lucasmcdonald3/aws-cryptographic-material-providers-library.git",
plugins: [
Expand Down Expand Up @@ -174,7 +174,7 @@ module.exports = {
"@semantic-release/exec",
{
prepareCmd: [
// "make -C TestVectorsAwsCryptographicMaterialProviders transpile_python",
"make -C TestVectorsAwsCryptographicMaterialProviders transpile_python",
"sh scripts/release/git_add_gitignore_bypass_release_files.sh"
].join(" && ")
},
Expand Down

0 comments on commit 9dfcfb9

Please sign in to comment.