From b196f88ec31cc2849f4a6c3b49cd977d5670acfa Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Mon, 23 Oct 2023 14:09:02 +0300 Subject: [PATCH] build(lib): fix release notification Fix issue because of which SDK release notification didn't send properly. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7971315..67aef2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,3 +53,4 @@ jobs: actions: "build,publish" build-command: npm run build build-path: lib/dist + last-service: true