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 e640924  fix(nightly): npm install before publish for cordova-ios's js 
build (#285)
e640924 is described below

commit e640924f77bd16a8c7e5ef2af02ca03588ddaf5a
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Nov 18 16:05:22 2021 +0900

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

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index cfd0493..063ce1b 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -151,6 +151,7 @@ jobs:
       - name: NPM Publish - cordova-ios
         run: |
           cd ../cordova-ios
+          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