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