Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
MOmarMiraj committed Aug 6, 2024
1 parent ecb0a70 commit 4ed6a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/release/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ "$core_modified" = "true" ]; then
# Update core version number to the latest
npm version "${version_sdk_core}"
# Check if all files pertaining to sdk core are included
npm publish --dry-run --tag "${RELEASE_CHANNEL}"
npm publish @omarmiraj/npm_test@$version_sdk_core --dry-run --tag "${RELEASE_CHANNEL}"

read -p "Is everything good? (y/n) " files_are_ok

Expand Down

0 comments on commit 4ed6a60

Please sign in to comment.