Skip to content

Commit

Permalink
Fix npm publish again again (#4191)
Browse files Browse the repository at this point in the history
* ci typo

* fix
  • Loading branch information
pngwn authored and dawoodkhan82 committed Jun 2, 2023
1 parent 1a6fd1c commit 78ff6a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 78ff6a6

Please sign in to comment.