From b8ae99ecbedc72cc1cbb388365f2981e55fc5f06 Mon Sep 17 00:00:00 2001 From: monosoul Date: Sat, 28 Sep 2024 09:37:43 +0200 Subject: [PATCH] ci: update semantic release --- .github/workflows/build-on-push-to-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-on-push-to-main.yml b/.github/workflows/build-on-push-to-main.yml index 5e1c2cf..6293436 100644 --- a/.github/workflows/build-on-push-to-main.yml +++ b/.github/workflows/build-on-push-to-main.yml @@ -81,8 +81,8 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v4 with: - semantic_version: 19 + semantic_version: 24.1.1 env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}