From d216ff698a195e6fb3020d6d7b0d9fd065ced33c Mon Sep 17 00:00:00 2001 From: Laurence Hartgill Date: Fri, 21 Apr 2023 08:44:22 +0100 Subject: [PATCH] fix: Workaround for semantic-release-action issue See https://github.com/cycjimmy/semantic-release-action/issues/159 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6e4ad8..1aa4630 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,10 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: "18" + node-version: "14" - id: semantic name: Semantic Release - uses: cycjimmy/semantic-release-action@v3.2.0 + uses: cycjimmy/semantic-release-action@v3.4.2 with: semantic_version: "18.0.0" extra_plugins: |