From 7e06050c44219b5e16937e1271a60ceeb0319e55 Mon Sep 17 00:00:00 2001 From: DelanoWAF <112384635+DelanoWAF@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:56:45 +0200 Subject: [PATCH] ci: remove more version locks --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 19deaef..31c9af8 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -82,7 +82,7 @@ jobs: node-version: 20.x - name: Install dependencies - run: yarn global add semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/exec @semantic-release/release-notes-generator @semantic-release/commit-analyzer@10.0.1 conventional-changelog-conventionalcommits@6.1.0 + run: yarn global add semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/exec @semantic-release/release-notes-generator @semantic-release/commit-analyzer conventional-changelog-conventionalcommits - name: Semantic Release run: "semantic-release"