Skip to content

Commit a30406a

Browse files
committed
chore: trigger release of go sdk
Signed-off-by: Taylor Price <[email protected]>
1 parent f79b9b4 commit a30406a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,14 @@ jobs:
6565
repository: gptscript-ai/py-gptscript
6666
event-type: release
6767
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

Comments
 (0)