From a4e576f33674ef4071ea4f32fdbedf58a3ac82bf Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Sat, 3 Feb 2024 10:02:57 -0600 Subject: [PATCH] fix --- publish-github-action.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/publish-github-action.sh b/publish-github-action.sh index f91c5745c5..27f4793f9b 100755 --- a/publish-github-action.sh +++ b/publish-github-action.sh @@ -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"