diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 173f10d..81f6cb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,17 +36,11 @@ jobs: id: version uses: ncipollo/semantic-version-action@v1 - name: Update wails.json fileVersion - uses: jossef/action-set-json-field@v2.1 - with: - file: wails.json - field: info.fileVersion - value: "${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}.${{ steps.version.outputs.micro_patch }}" - - name: Update wails.json productVersion uses: jossef/action-set-json-field@v2.1 with: file: wails.json field: info.productVersion - value: ${{ github.ref_name }} + value: "${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}" - uses: ashkeel/wails-build-action@0faaf35c690d88c3463349c6bf0bbdc53af5e5a8 with: build-name: ${{ matrix.build.name }}