Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Feb 3, 2024
1 parent 332ec06 commit a4e576f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions publish-github-action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ directories=$(echo "$directories_json_string" | jq -c -r '.[]')
sed -E -i "s/(\"version\": \")(.*)(\")/\1$VERSION\3/" package.json
npm install

if [[ "$VERSION" == *"-rc."* ]];
then
# if [[ "$VERSION" == *"-rc."* ]];
# then
# npm publish --tag next # TODO this must be set back!
else
# else
# npm publish # TODO this must be set back!
fi
# fi

# TODO loop through checking for the status instead of sleeping
echo -e "sleeping for 30 seconds to ensure azle@$VERSION is fully registered on npm"
Expand Down

0 comments on commit a4e576f

Please sign in to comment.