fix workflow

This commit is contained in:
KM Koushik
2025-04-19 12:33:43 +10:00
committed by GitHub
parent 1e7846a731
commit cd418d4968

View File

@@ -31,6 +31,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Create .npmrc file
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- name: Publish
run: pnpm publish-sdk
env: