mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +08:00
fix publish build (#8140)
* fix publish build * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
c452acb0f6
commit
0d41b221dc
6
.changeset/legal-bikes-switch.md
Normal file
6
.changeset/legal-bikes-switch.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/preview": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:fix publish build
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
always_install_pnpm: true
|
||||
node_auth_token: ${{ secrets.NPM_TOKEN }}
|
||||
npm_token: ${{ secrets.NPM_TOKEN }}
|
||||
skip_build: 'true'
|
||||
skip_build: 'false'
|
||||
- name: Build packages
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
|
Loading…
Reference in New Issue
Block a user