From e5068bcdedfa59b52d508c33560a95d7ed1cdb40 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Thu, 28 Sep 2023 16:40:15 +0500 Subject: [PATCH] hardcode semantic version --- .github/workflows/deploy-sdk.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-sdk.yml b/.github/workflows/deploy-sdk.yml index 102aa7978..2ff6a8401 100644 --- a/.github/workflows/deploy-sdk.yml +++ b/.github/workflows/deploy-sdk.yml @@ -42,6 +42,10 @@ jobs: uses: cycjimmy/semantic-release-action@v4 id: semantic-release with: + # version numbers below can be in many forms: M, M.m, M.m.p + # version should be greater than the 22.0.1 (https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1) + # because previous version had a bug in commit analyzer + semantic_version: 22.0.5 extra_plugins: | conventional-changelog-conventionalcommits @semantic-release/changelog