Skip to content

Commit

Permalink
fix: turn off dry run and release alphas [skip-a11y]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Sep 28, 2023
1 parent 49fad46 commit cb315de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ echo "Doing a release..."
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
PR_NUM=${LOG:1}

# yarn run lerna publish prerelease --preid=alpha --dist-tag=alpha --yes 2>&1 | tee lerna-output.txt
yarn run lerna publish prerelease --preid=alpha --dist-tag=alpha --yes 2>&1 | tee lerna-output.txt

# use lerna command below for dry run
yarn run lerna version prerelease --preid=alpha --dist-tag=alpha --yes --no-git-tag-version --no-push | tee lerna-output.txt
# yarn run lerna version prerelease --preid=alpha --dist-tag=alpha --yes --no-git-tag-version --no-push | tee lerna-output.txt

if grep -i "Successfully published" lerna-output.txt; # Leave a Github comment
then
Expand Down

0 comments on commit cb315de

Please sign in to comment.