Skip to content

Commit

Permalink
Merge pull request #43 from propeller-heads/lp/fix-release-workflow
Browse files Browse the repository at this point in the history
ci: fix release workflow after renaming
  • Loading branch information
dianacarvalho1 authored Nov 6, 2024
2 parents 1d16f9a + b900cfb commit 4eb57f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const config = {
"toml set --toml-path Cargo.toml package.version ${nextRelease.version}",
"toml set --toml-path tycho_simulation_py/Cargo.toml package.version ${nextRelease.version}",
"toml set --toml-path tycho_simulation_py/pyproject.toml project.version ${nextRelease.version}",
"cargo update -p tycho_simulation",
"cargo update -p _tycho_simulation_py",
"cargo update -p tycho-simulation",
"cargo update -p tycho-simulation-py",
].join(" && "),
},
],
Expand Down

0 comments on commit 4eb57f8

Please sign in to comment.