Skip to content

Commit 5717f23

Browse files
authored
Merge pull request #754 from njhale/chore/drop-ui-dispatch
chore: remove ui dispatch from release workflow
2 parents 9e770b9 + 227d853 commit 5717f23

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: .github/workflows/release.yaml

-7
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)