Skip to content

Commit e25d52f

Browse files
committed
Update release.yaml
1 parent d84dbcb commit e25d52f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
env:
9090
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9191

92+
- name: Verify NPM Authentication
93+
run: npm whoami --registry https://registry.npmjs.org
94+
env:
95+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
96+
9297
- name: Install Dependencies
9398
run: pnpm install
9499

@@ -99,7 +104,7 @@ jobs:
99104
run: pnpm build
100105

101106
- name: Publish keyv
102-
run: pnpm --filter keyv publish --tag alpha --no-git-checks --access public
107+
run: cd core/keyv && pnpm publish --tag alpha --no-git-checks --access public
103108

104109
- name: Publish remaining packages
105110
run: pnpm --filter '!keyv' --filter '!@keyv/website' --filter '!@keyv/mono-repo' publish --tag alpha --no-git-checks --access public --provenance

0 commit comments

Comments
 (0)