Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 852345f

Browse files
committed
Change position of debug log
1 parent dacddca commit 852345f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
# - name: Build Package
2525
# run: npm run build
2626

27-
- name: Debug Info
28-
run: |
29-
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
30-
npm whoami
31-
3227
- name: Publish to NPM
3328
run: |
3429
npm publish --access=public
3530
env:
3631
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
33+
- name: Debug Info
34+
run: |
35+
echo "NPM_TOKEN: $NODE_AUTH_TOKEN"
36+
npm whoami

0 commit comments

Comments
 (0)