From 7efef88fe61a295add1f31a347bb4272036928c3 Mon Sep 17 00:00:00 2001 From: Petrisor Lacatus Date: Mon, 13 Nov 2023 12:54:52 +0200 Subject: [PATCH] fix(pipeline): resolve issue where the production release was not attached to the release --- .releaserc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index 393cb90..632f749 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -28,7 +28,7 @@ { "assets": [ { - "path": "dist/*-min-*.zip", + "path": "dist/*-prod-*.zip", "label": "Minified version" }, { @@ -39,4 +39,4 @@ } ] ] -} \ No newline at end of file +}