Skip to content

Commit

Permalink
fix: actually replace gptscript version on dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Jun 25, 2024
1 parent a6839a9 commit 9241a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Update GPTScript Version
run: |
jq '.version = "${{ github.event.client_payload.tag }}"' package.json > temp.json && mv temp.json package.json
sed -i 's/version: "v[0-9.]*"/version: "${{ github.event.client_payload.tag }}"/' scripts/install-binary.js
sed -i 's/version: "v.*"/version: "${{ github.event.client_payload.tag }}"/' scripts/install-binary.js
- uses: actions/setup-node@v4
with:
node-version: 21
Expand Down

0 comments on commit 9241a1c

Please sign in to comment.