We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e770b9 + 227d853 commit 5717f23Copy full SHA for 5717f23
.github/workflows/release.yaml
@@ -12,13 +12,6 @@ jobs:
12
release-tag:
13
runs-on: ubuntu-22.04
14
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 }}"}'
22
- name: Checkout
23
uses: actions/checkout@v4
24
with:
0 commit comments