Skip to content

Commit

Permalink
chore: remove dispatch workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Price <[email protected]>
  • Loading branch information
drpebcak committed Jun 26, 2024
1 parent 53f7fbd commit 51c49d9
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,36 +43,3 @@ jobs:
run: |
$url = "${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.ref_name }}/gptscript-${{ github.ref_name }}-windows-amd64.zip"
./wingetcreate.exe update --submit --token "${{ secrets.WINGET_GH_TOKEN }}" --urls $url --version "${{ github.ref_name }}" gptscript-ai.gptscript
node-release:
needs: release-tag
runs-on: ubuntu-latest
steps:
- name: trigger dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DISPATCH_PAT }}
repository: gptscript-ai/node-gptscript
event-type: release
client-payload: '{"tag": "${{ github.ref_name }}"}'
python-release:
needs: release-tag
runs-on: ubuntu-latest
steps:
- name: trigger dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DISPATCH_PAT }}
repository: gptscript-ai/py-gptscript
event-type: release
client-payload: '{"tag": "${{ github.ref_name }}"}'
go-release:
needs: release-tag
runs-on: ubuntu-latest
steps:
- name: trigger dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DISPATCH_PAT }}
repository: gptscript-ai/go-gptscript
event-type: release
client-payload: '{"tag": "${{ github.ref_name }}"}'

0 comments on commit 51c49d9

Please sign in to comment.