Skip to content

Commit 3777b25

Browse files
Removed the debugging code from npm publishing
1 parent 78c0188 commit 3777b25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/npmpublish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
node-version: '18.x'
1919
registry-url: 'https://registry.npmjs.org'
2020
always-auth: true
21-
- run: npm whoami
2221
- run: |
2322
npm install
2423
npm run build
25-
- run: npm whoami
2624
- run: npm publish
2725

0 commit comments

Comments
 (0)