Fix npm publish again again (#4191)

* ci typo

* fix
This commit is contained in:
pngwn 2023-05-12 21:03:26 +01:00 committed by GitHub
parent a4748fb1f1
commit 45fcb0a190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,6 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build packages
run: pnpm --filter @gradio/client build
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- name: create and publish versions
uses: changesets/action@v1
with: