From d630a2bc8b622b3f4a623dbd186ebcb366acc307 Mon Sep 17 00:00:00 2001 From: Giulio Zausa Date: Tue, 6 Jun 2023 14:35:58 +0200 Subject: [PATCH] chore: ci fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebaa9be..30a4c5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: # this runs a build script so there is no dedicated build run: yarn install - name: 🚀 Release - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v3 with: semantic_version: 18 extra_plugins: |