This commit is contained in:
parent
483c9cd671
commit
0a68d1e630
1 changed files with 4 additions and 1 deletions
|
@ -63,9 +63,12 @@ jobs:
|
|||
echo ' "projectId": "cookie-server-utils" ' >> publish.config.json
|
||||
echo ' } ' >> publish.config.json
|
||||
echo '} ' >> publish.config.json
|
||||
- name: Make publish CFG
|
||||
- name: Install node js
|
||||
run: |
|
||||
apt-get install -y --no-install-recommends nodejs
|
||||
- name: Run publish script
|
||||
run: |
|
||||
node publish.js
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue