Bläddra i källkod

ci: remove useless release cmd

LongYinan 5 år sedan
förälder
incheckning
8fe40b8431
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      .github/workflows/CI.yaml

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

@@ -193,7 +193,6 @@ jobs:
         run: |
         run: |
           if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
           if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
           then
           then
-            node ./scripts/upload-to-release.js
             echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
             echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
             npm publish
             npm publish
           else
           else