Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
monako97 committed Feb 8, 2023
1 parent 2c8929c commit 2dcd2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
then
NPM_PACKAGE_TAG=$NPM_PACKAGE_BETA_TAG
echo "发布beta"
else if [[ $NPM_PACKAGE_VERSION =~ $NPM_PACKAGE_ALPHA_TAG ]]
elif [[ $NPM_PACKAGE_VERSION =~ $NPM_PACKAGE_ALPHA_TAG ]]
NPM_PACKAGE_TAG=$NPM_PACKAGE_ALPHA_TAG
echo "发布alpha"
else
Expand Down

0 comments on commit 2dcd2fe

Please sign in to comment.