You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/07/18 06:27:30 UTC

[cordova-coho] branch master updated: fix(nightly): npm install before publish for cordova-electron's js build (#284)

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-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org