We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375c06a commit 773eb0dCopy full SHA for 773eb0d
.github/workflows/release.yml
@@ -85,10 +85,10 @@ jobs:
85
commitChange: false
86
updateFile: true
87
- name: Update version.json on website repo
88
- uses: restackio/update-json-values-action@v1.0.0
+ uses: restackio/update-json-file-action@v2.0
89
with:
90
file: website/dist/download/version.json
91
- values: '{"version": "${{ steps.version-number.outputs.version }}", "date": "${{ steps.date.outputs.date }}"}'
+ fields: '{"version": "${{ steps.version-number.outputs.version }}", "date": "${{ steps.date.outputs.date }}"}'
92
- name: Update en.json on website repo
93
run: |
94
cd website
0 commit comments