From 40953a2189e5563e0997e80a7924c26f04b10427 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Fri, 31 Mar 2023 12:44:34 +0200 Subject: [PATCH] ci: final fix! --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 }}