chore: add debug

pull/2175/head
Tienson Qin 2021-06-11 22:23:54 +08:00
parent db60981799
commit 688f1d3097
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ jobs:
sed -i 's/appleIdPassword: "my-fake-apple-id-password"/appleIdPassword: "${{ secrets.APPLE_ID_PASSWORD }}"/' ./forge.config.js
working-directory: ./static
- name: Debug forge.cofnig.js
run: |
cat ./forge.config.js
working-directory: ./static
- name: Display Package.json
run: cat ./package.json
working-directory: ./static