From 848ed6ef1b874085ed8bc8215d873bb002663fc1 Mon Sep 17 00:00:00 2001 From: David Seveloff Date: Wed, 6 Sep 2023 12:24:53 +0300 Subject: [PATCH] SetChannelPackageVersion func added to bump-channel-version --- .github/workflows/latest-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/latest-release.yml b/.github/workflows/latest-release.yml index a983cd1e702..6844df1184e 100644 --- a/.github/workflows/latest-release.yml +++ b/.github/workflows/latest-release.yml @@ -72,8 +72,7 @@ jobs: with: tag_name: ${{ env.PACKAGE_VERSION }} target_commitish: ${{ env.CLEAN_REF }} - files: | - elementor-*.zip + files: elementor-*.zip body: "" prerelease: ${{ env.PRERELEASE }} - name: Post To Slack Created Latest auto Release