diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index e970b46..6927aea 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -86,7 +86,7 @@ jobs: run: | commitMsg=$(git log --format=%B -n 1 ${{ github.event.after }} --pretty=oneline --abbrev-commit) branchName="master" - echo "TAG=${{ steps.prep.outputs.tagged_image }}" + echo "TAG=${{ steps.prep.outputs.tag }}" echo "commitMsg: $commitMsg" echo "branchName: $branchName" curl \ @@ -102,7 +102,7 @@ jobs: "action": "distribute", "commitmsg": "'"$commitMsg"'", "dirName": "hs110-exporter", - "newTag": "'"${{ steps.prep.outputs.tagged_image }}"'", + "newTag": "'"${{ steps.prep.outputs.tag }}"'", "baseRef":"'"$branchName"'" } }'