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 d6cc9e8 commit 7ea26cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
path: "public/manifest.json"
prop_path: "version"
- name: Update manifest.json version
if: steps.manifestversion.outputs.prop !== github.ref_name
uses: jossef/action-set-json-field@v2
if: steps.manifestversion.outputs.prop !== ${{ github.ref_name }}
with:
file: public/manifest.json
field: version
Expand Down

0 comments on commit 7ea26cc

Please sign in to comment.