Skip to content

Commit

Permalink
Merge pull request #150 from daithihearn/daithihearn-patch-1
Browse files Browse the repository at this point in the history
Update publish-to-dockerhub.yml
  • Loading branch information
daithihearn authored Feb 28, 2023
2 parents db2048c + 3e224c2 commit df941cc
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 @@ -23,7 +23,7 @@ jobs:
with:
path: "public/manifest.json"
prop_path: "version"
- name: Update manifest.json version from ${{ steps.manifestversion.outputs.prop }} to ${{ github.ref_name }}
- name: Update manifest.json version
if: ${{ steps.manifestversion.outputs.prop != github.ref_name }}
uses: jossef/action-set-json-field@v2
with:
Expand Down

0 comments on commit df941cc

Please sign in to comment.