Skip to content

Commit 773eb0d

Browse files
committed
CI fix update website version json
1 parent 375c06a commit 773eb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ jobs:
8585
commitChange: false
8686
updateFile: true
8787
- name: Update version.json on website repo
88-
uses: restackio/update-json-values-action@v1.0.0
88+
uses: restackio/update-json-file-action@v2.0
8989
with:
9090
file: website/dist/download/version.json
91-
values: '{"version": "${{ steps.version-number.outputs.version }}", "date": "${{ steps.date.outputs.date }}"}'
91+
fields: '{"version": "${{ steps.version-number.outputs.version }}", "date": "${{ steps.date.outputs.date }}"}'
9292
- name: Update en.json on website repo
9393
run: |
9494
cd website

0 commit comments

Comments
 (0)