From 496e7dc0edc421a9de8a36a31c793340e00c61bf Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:38:32 +0200 Subject: [PATCH] fix(deps): update to semantic-release 24.1.0 (#1244) --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4185ce6e8..8094d6392 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,6 +41,8 @@ jobs: uses: cycjimmy/semantic-release-action@v4 id: semantic with: + # https://github.com/semantic-release/semantic-release + semantic_version: 24.1.0 branches: master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}