From 3e224c287845c5e03a3bee63a2c0b8b3bb2e1d31 Mon Sep 17 00:00:00 2001 From: Daithi Hearn <37153003+daithihearn@users.noreply.github.com> Date: Wed, 1 Mar 2023 00:20:47 +0100 Subject: [PATCH] Update publish-to-dockerhub.yml --- .github/workflows/publish-to-dockerhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-dockerhub.yml b/.github/workflows/publish-to-dockerhub.yml index 27ce676..0cafed2 100644 --- a/.github/workflows/publish-to-dockerhub.yml +++ b/.github/workflows/publish-to-dockerhub.yml @@ -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: