diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b45966..d4a7d57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,15 +33,17 @@ jobs: steps: - uses: actions/checkout@v2 - name: Process version tag - id: version - uses: ncipollo/semantic-version-action@v1 - - name: Update my-file.json description + id: semver + uses: Steffo99/actions-semver@v0.2.0 + with: + string: ${{ github.ref_name }} + - name: Update wails.json fileVersion uses: jossef/action-set-json-field@v2.1 with: file: wails.json field: info.fileVersion - value: "${{ steps.version.major }}.${{ steps.version.minor }}.${{ steps.version.patch }}.${{ steps.version.micro_patch }}" - - name: Update wails.json version + value: "${{ steps.version.outputs.core }}.0" + - name: Update wails.json productVersion uses: jossef/action-set-json-field@v2.1 with: file: wails.json