Skip to content

Commit c4780e0

Browse files
authored
Merge pull request #563 from drpebcak/remove-dispatch
2 parents 53f7fbd + 51c49d9 commit c4780e0

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,3 @@ jobs:
4343
run: |
4444
$url = "${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.ref_name }}/gptscript-${{ github.ref_name }}-windows-amd64.zip"
4545
./wingetcreate.exe update --submit --token "${{ secrets.WINGET_GH_TOKEN }}" --urls $url --version "${{ github.ref_name }}" gptscript-ai.gptscript
46-
node-release:
47-
needs: release-tag
48-
runs-on: ubuntu-latest
49-
steps:
50-
- name: trigger dispatch
51-
uses: peter-evans/repository-dispatch@v3
52-
with:
53-
token: ${{ secrets.DISPATCH_PAT }}
54-
repository: gptscript-ai/node-gptscript
55-
event-type: release
56-
client-payload: '{"tag": "${{ github.ref_name }}"}'
57-
python-release:
58-
needs: release-tag
59-
runs-on: ubuntu-latest
60-
steps:
61-
- name: trigger dispatch
62-
uses: peter-evans/repository-dispatch@v3
63-
with:
64-
token: ${{ secrets.DISPATCH_PAT }}
65-
repository: gptscript-ai/py-gptscript
66-
event-type: release
67-
client-payload: '{"tag": "${{ github.ref_name }}"}'
68-
go-release:
69-
needs: release-tag
70-
runs-on: ubuntu-latest
71-
steps:
72-
- name: trigger dispatch
73-
uses: peter-evans/repository-dispatch@v3
74-
with:
75-
token: ${{ secrets.DISPATCH_PAT }}
76-
repository: gptscript-ai/go-gptscript
77-
event-type: release
78-
client-payload: '{"tag": "${{ github.ref_name }}"}'

0 commit comments

Comments
 (0)