From 839b4c9f7a41084d7604bbb4f8d5561f1deed7ed Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Wed, 27 Oct 2021 13:10:05 +0200 Subject: [PATCH] ci: fix wrong yaml on .releaserc --- .github/workflows/.releaserc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.releaserc b/.github/workflows/.releaserc index fab8663..ac265c3 100644 --- a/.github/workflows/.releaserc +++ b/.github/workflows/.releaserc @@ -15,5 +15,5 @@ plugins: - path: ../bin/out/bin/asyncapi-event-gateway.windows.amd64.exe label: Binary - Windows AMD64 - - "@semantic-release-plus/docker" - - name: asyncapi/event-gateway - publishChannelTag: true \ No newline at end of file + - name: asyncapi/event-gateway + publishChannelTag: true \ No newline at end of file