Skip to content

Commit 3daf9e8

Browse files
committed
remove whoami now that things seem to work
1 parent 339cd2c commit 3daf9e8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release-main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
- name: Build project
3737
run: bun run build
3838

39-
- name: Verify npm auth
40-
run: |
41-
npm config get registry
42-
npm whoami
43-
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45-
4639
- name: Create Release Pull Request or Publish to npm
4740
uses: changesets/action@v1
4841
with:

0 commit comments

Comments
 (0)