Skip to content

Commit

Permalink
chore: trigger py-gptscript release on gptscript release
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Jun 19, 2024
1 parent 9ee00d4 commit c3a0f93
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,15 @@ jobs:
token: ${{ secrets.DISPATCH_PAT }}
repository: gptscript-ai/node-gptscript
event-type: release
client-payload: '{"tag": "${{ github.ref_name }}"}'
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 }}"}'

0 comments on commit c3a0f93

Please sign in to comment.