Skip to content

Commit

Permalink
ci: remove useless release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Sep 4, 2020
1 parent c069320 commit 8fe40b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ jobs:
run: |
if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
then
node ./scripts/upload-to-release.js
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
npm publish
else
Expand Down

0 comments on commit 8fe40b8

Please sign in to comment.