Browse Source

ci: remove useless release cmd

LongYinan 5 years ago
parent
commit
8fe40b8431
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/CI.yaml

+ 0 - 1
.github/workflows/CI.yaml

@@ -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