Skip to content

Commit

Permalink
Merge pull request #518 from thedadams/trigger-py-gptscript
Browse files Browse the repository at this point in the history
chore: trigger py-gptscript release on gptscript release
  • Loading branch information
thedadams authored Jun 25, 2024
2 parents c156d56 + c3a0f93 commit 6ae4724
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 6ae4724

Please sign in to comment.