Skip to content

Commit

Permalink
CI fix update website version json
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Nov 24, 2023
1 parent 375c06a commit 773eb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ jobs:
commitChange: false
updateFile: true
- name: Update version.json on website repo
uses: restackio/update-json-values-action@v1.0.0
uses: restackio/update-json-file-action@v2.0
with:
file: website/dist/download/version.json
values: '{"version": "${{ steps.version-number.outputs.version }}", "date": "${{ steps.date.outputs.date }}"}'
fields: '{"version": "${{ steps.version-number.outputs.version }}", "date": "${{ steps.date.outputs.date }}"}'
- name: Update en.json on website repo
run: |
cd website
Expand Down

0 comments on commit 773eb0d

Please sign in to comment.