Skip to content

Commit a484edc

Browse files
Look at package.json sate before publish (#8)
Look at package.json sate before publish
1 parent e803eed commit a484edc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-on-main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
run: |
103103
npm config set //registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
104104
105+
- name: Show package.json tail
106+
run: cat -A package.json | tail -20
107+
105108
- name: Publish to npm
106109
env:
107110
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)