Parcourir la source

ci: fix publish stage

LongYinan il y a 5 ans
Parent
commit
93c38c3bcb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/CI.yaml

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

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