Skip to content

Commit 227d853

Browse files
committed
chore: remove ui dispatch from release workflow
The UI must be updated independently from now on for electron releases to work properly. Signed-off-by: Nick Hale <[email protected]>
1 parent 9e770b9 commit 227d853

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ jobs:
1212
release-tag:
1313
runs-on: ubuntu-22.04
1414
steps:
15-
- name: trigger ui repo tag workflow
16-
uses: peter-evans/repository-dispatch@v3
17-
with:
18-
token: ${{ secrets.DISPATCH_PAT }}
19-
repository: gptscript-ai/ui
20-
event-type: release
21-
client-payload: '{"tag": "${{ github.ref_name }}"}'
2215
- name: Checkout
2316
uses: actions/checkout@v4
2417
with:

0 commit comments

Comments
 (0)