Skip to content

Commit

Permalink
chore: update release-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anninowak authored Apr 11, 2024
1 parent 462544c commit d0b63e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
echo "$1"
export $VERSION = $1
export VERSION=$1
packageJsonData=$(cat package.json)
topLevelPackageVersion=$(echo "$packageJsonData" | jq -r '.version')
if [[ $topLevelPackageVersion != $1 ]]
Expand Down

0 comments on commit d0b63e0

Please sign in to comment.