Skip to content

Commit 9241a1c

Browse files
committed
fix: actually replace gptscript version on dispatch
Signed-off-by: Donnie Adams <[email protected]>
1 parent a6839a9 commit 9241a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Update GPTScript Version
1616
run: |
1717
jq '.version = "${{ github.event.client_payload.tag }}"' package.json > temp.json && mv temp.json package.json
18-
sed -i 's/version: "v[0-9.]*"/version: "${{ github.event.client_payload.tag }}"/' scripts/install-binary.js
18+
sed -i 's/version: "v.*"/version: "${{ github.event.client_payload.tag }}"/' scripts/install-binary.js
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: 21

0 commit comments

Comments
 (0)