This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 97a3117  fix(nightly): npm install before publish for 
cordova-electron's js build (#284)
97a3117 is described below

commit 97a31170848b6938e615081246286a2f5cd6c107
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sun Jul 18 15:27:23 2021 +0900

    fix(nightly): npm install before publish for cordova-electron's js build 
(#284)
---
 .github/workflows/nightly.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 4603652..cfd0493 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -143,6 +143,7 @@ jobs:
       - name: NPM Publish - cordova-electron
         run: |
           cd ../cordova-electron
+          npm i
           npm publish --tag nightly
         env:
           NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to