Skip to content

Commit

Permalink
Merge pull request #550 from drpebcak/go-sdk-release
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak authored Jun 25, 2024
2 parents f79b9b4 + a30406a commit fa97a9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,14 @@ jobs:
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 fa97a9e

Please sign in to comment.