Skip to content

Commit

Permalink
ci: Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Apr 17, 2020
1 parent 75e0ee4 commit 13cb737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function bump_dune() {
}

function bump_all() {
versionNumber=$(jq -r ".version" esy.json)
versionNumber=$(jq -r ".version" package.json)
version="v$versionNumber"
bump_dune "dune-project" "$version"
}
Expand Down

0 comments on commit 13cb737

Please sign in to comment.