Skip to content

Commit

Permalink
[ADP-3476] Fix release candidate script (#4849)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino authored Nov 20, 2024
2 parents 7cd80a3 + de9db81 commit 077bf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildkite/release/release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ git commit -am "Update cardano-wallet version in linux-e2e.sh"
sed -i "s|$OLD_GIT_TAG|$NEW_GIT_TAG|g" scripts/buildkite/main/macos-silicon-e2e.sh
git commit -am "Update cardano-wallet version in macos-silicon-e2e.sh"

sed -t "s|RELEASE_WALLET_TAG=.*|RELEASE_WALLET_TAG=$NEW_CABAL_VERSION|g" run/common/docker/run.sh
sed -i "s|RELEASE_WALLET_TAG=.*|RELEASE_WALLET_TAG=$NEW_CABAL_VERSION|g" run/common/docker/run.sh
git commit -am "Update cardano-wallet version in run/common/docker/run.sh"

RELEASE_COMMIT=$(git rev-parse HEAD)
Expand Down

0 comments on commit 077bf68

Please sign in to comment.