diff --git a/.github/workflows/deploy-sdk.yml b/.github/workflows/deploy-sdk.yml index 7410d8353..b6461010c 100644 --- a/.github/workflows/deploy-sdk.yml +++ b/.github/workflows/deploy-sdk.yml @@ -38,6 +38,9 @@ jobs: with: dry_run: false # 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