Skip to content

Commit

Permalink
Fixing if statement on action step
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Feb 27, 2023
1 parent 23bfa3c commit 12a1833
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
path: "public/manifest.json"
prop_path: "version"
- name: Update manifest.json version
uses: jossef/action-set-json-field@v2
- name: Update manifest.json version from ${{ steps.manifestversion.outputs.prop }} to ${{ github.ref_name }}
if: ${{ steps.manifestversion.outputs.prop }} != ${{ github.ref_name }}
uses: jossef/action-set-json-field@v2
with:
file: public/manifest.json
field: version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "5.4.7",
"version": "5.4.8",
"description": "React frontend for the Cards 110",
"author": "Daithi Hearn",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Cards 110",
"name": "Cards 110",
"version": "5.4.7",
"version": "5.4.8",
"icons": [
{
"src": "./assets/favicon.png",
Expand Down

0 comments on commit 12a1833

Please sign in to comment.