From d5434787fd456bf42bcc305dfba97e5922095c36 Mon Sep 17 00:00:00 2001 From: Levi Bostian Date: Thu, 28 Sep 2023 09:30:41 -0500 Subject: [PATCH] ci: use latest version of deploy tool --- .github/workflows/deploy-sdk.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy-sdk.yml b/.github/workflows/deploy-sdk.yml index 776adaf8..bdd5d27a 100644 --- a/.github/workflows/deploy-sdk.yml +++ b/.github/workflows/deploy-sdk.yml @@ -26,14 +26,9 @@ 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 + semantic_version: latest extra_plugins: | conventional-changelog-conventionalcommits - @semantic-release/changelog - @semantic-release/git @semantic-release/github @semantic-release/exec env: