We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f79b9b4 + a30406a commit fa97a9eCopy full SHA for fa97a9e
.github/workflows/release.yaml
@@ -65,3 +65,14 @@ jobs:
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