Skip to content

Commit

Permalink
fix replace-versions script
Browse files Browse the repository at this point in the history
  • Loading branch information
guplersaxanoid committed Oct 26, 2023
1 parent ebe64b7 commit 08895cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/replace-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ do
version=$(jq -r '.version' $package/package.json)

# Replace workspace:* with the actual version in package.json of node
sed -i "s/\"${packages[$package]}\": \"workspace:*\"/\"${packages[$package]}\": \"$version\"/g" ./packages/node/package.json
sed -i "s#\"${packages[$package]}\": \"workspace:*\"#\"${packages[$package]}\": \"$version\"#g" ./packages/node/package.json
done

0 comments on commit 08895cb

Please sign in to comment.