Skip to content

Commit

Permalink
Update publish-to-dockerhub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn authored Feb 27, 2023
1 parent 50e12ad commit c673ed5
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 @@ -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
Expand Down

0 comments on commit c673ed5

Please sign in to comment.