From 72436397f8e2ff126f8c0325ad981aada0b69b16 Mon Sep 17 00:00:00 2001 From: Levi Bostian Date: Thu, 28 Sep 2023 09:26:16 -0500 Subject: [PATCH] ci: use latest version of deploy tool --- .github/workflows/deploy_git_tag.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy_git_tag.yml b/.github/workflows/deploy_git_tag.yml index 5062ff9..2631431 100644 --- a/.github/workflows/deploy_git_tag.yml +++ b/.github/workflows/deploy_git_tag.yml @@ -31,14 +31,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: