From 0a5c41481dfc9b5a070e8a120dbef0666f6736ee Mon Sep 17 00:00:00 2001 From: r3h6 Date: Thu, 10 Feb 2022 23:38:30 +0100 Subject: [PATCH] [TASK] Fix publish action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d87a3d..87e1fa7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: readonly local comment=$(git tag -n10 -l ${{ steps.get-version.outputs.version }} | sed "s/^[0-9.]*[ ]*//g") if [[ -z "${comment// }" ]]; then - echo ::set-output name=comment::Released version ${{ steps.get-version.outputs.version }} of form_typolink_checkbox + echo ::set-output name=comment::Released version ${{ steps.get-version.outputs.version }} of form_translator else echo ::set-output name=comment::$comment fi