Skip to content

Commit c42514c

Browse files
committed
fix: build
1 parent 1fe49b7 commit c42514c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
- name: Build project
3434
run: npm run build
3535

36+
- name: Validate npm
37+
run: npm whoami
38+
run: npm login
39+
run: npm whoami
40+
3641
- name: Audit npm signatures
3742
run: npm audit signatures
3843

0 commit comments

Comments
 (0)