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 96757ae commit 322878c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
with:
path: "public/manifest.json"
prop_path: "version"
- name: Output manifest version
run: echo steps.manifestversion.outputs.prop
- name: Update manifest.json version
uses: jossef/action-set-json-field@v2
if: steps.manifestversion.outputs.prop != ${{ github.ref_name }}
Expand Down

0 comments on commit 322878c

Please sign in to comment.