Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 16, 2024
1 parent 5b10460 commit dc57e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/publish_github_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ sleep 30

for directory in ${directories[@]}
do
cd $directory
cd "$directory"
echo "updating $directory"

sed -E -i "s/(\"azle\": \")(.*)(\")/\1$VERSION\3/" package.json
npm install
Expand Down

0 comments on commit dc57e70

Please sign in to comment.