From f3a2ff2890d6c9c20cb9ae93f8e2b43479c22c5b Mon Sep 17 00:00:00 2001 From: nscuro Date: Wed, 25 May 2022 20:34:47 +0200 Subject: [PATCH] Adjustments for testing on this fork Signed-off-by: nscuro --- .github/workflows/ci-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-publish.yaml b/.github/workflows/ci-publish.yaml index e4a09d9170..4fe06f2b18 100644 --- a/.github/workflows/ci-publish.yaml +++ b/.github/workflows/ci-publish.yaml @@ -17,7 +17,7 @@ jobs: - name: Assert ref type run: |- if [[ "$GITHUB_REF_TYPE" != "tag" ]]; then - echo "::error::Only tags can be published" + echo "::error::Publishing is only supported for tags!" exit 1 fi