diff --git a/.github/workflows/publish-to-dockerhub.yml b/.github/workflows/publish-to-dockerhub.yml index 4c1c729..05df276 100644 --- a/.github/workflows/publish-to-dockerhub.yml +++ b/.github/workflows/publish-to-dockerhub.yml @@ -25,7 +25,7 @@ jobs: prop_path: "version" - name: Update manifest.json version uses: jossef/action-set-json-field@v2 - if: steps.manifestversion.outputs.prop !== github.ref_name + if: steps.manifestversion.outputs.prop != ${{ github.ref_name }} with: file: public/manifest.json field: version diff --git a/package.json b/package.json index 032014a..ea3508d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "5.4.3", + "version": "5.4.4", "description": "React frontend for the Cards 110", "author": "Daithi Hearn", "license": "MIT", diff --git a/public/manifest.json b/public/manifest.json index 6a3c778..2494040 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Cards 110", "name": "Cards 110", - "version": "5.4.3", + "version": "5.4.4", "icons": [ { "src": "./assets/favicon.png",