Skip to content

Commit

Permalink
include v as VERSION prefix (#3641)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquincasares authored Aug 4, 2022
1 parent 7755c57 commit a3556c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ cd ${PROTOCOL_DIR}/libs
bump-npm

# grab VERSION again since we escaped the bump-npm subshell
VERSION=$(jq -r '.version' package.json)
VERSION=v$(jq -r '.version' package.json)

merge-bump && publish && info || cleanup

0 comments on commit a3556c3

Please sign in to comment.