We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eea9c5 + 224ae19 commit 9391556Copy full SHA for 9391556
.github/workflows/release.yaml
@@ -43,3 +43,14 @@ jobs:
43
run: |
44
$url = "${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.ref_name }}/gptscript-${{ github.ref_name }}-windows-amd64.zip"
45
./wingetcreate.exe update --submit --token "${{ secrets.WINGET_GH_TOKEN }}" --urls $url --version "${{ github.ref_name }}" gptscript-ai.gptscript
46
+ node-release:
47
+ needs: release-tag
48
+ runs-on: ubuntu-latest
49
+ steps:
50
+ - name: trigger dispatch
51
+ uses: peter-evans/repository-dispatch@v3
52
+ with:
53
+ token: ${{ secrets.DISPATCH_PAT }}
54
+ repository: gptscript-ai/node-gptscript
55
+ event-type: release
56
+ client-payload: '{"tag": "${{ github.ref_name }}"}'
0 commit comments