mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
parent
2d22d4f028
commit
87ec239b14
5
.github/workflows/publish-npm.yml
vendored
5
.github/workflows/publish-npm.yml
vendored
@ -33,9 +33,10 @@ jobs:
|
||||
- name: create and publish versions
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
version: cd ui && pnpm changeset version
|
||||
version: pnpm changeset version
|
||||
commit: "chore: update versions"
|
||||
title: "chore: update versions"
|
||||
publish: cd ui && pnpm ci:publish
|
||||
publish: pnpm ci:publish
|
||||
cwd: ./ui
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user