From ef6fe40ce867934a81617fbc938ab49a1fe2a042 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Wed, 15 May 2024 07:43:39 +0200 Subject: [PATCH] chore: use newer semantic-release version --- .github/workflows/platform-builds.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/platform-builds.yml b/.github/workflows/platform-builds.yml index 8b576120..76fc95bc 100644 --- a/.github/workflows/platform-builds.yml +++ b/.github/workflows/platform-builds.yml @@ -38,9 +38,11 @@ jobs: private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} - name: Semantic Release uses: cycjimmy/semantic-release-action@v4 - id: semantic # Need an `id` for output variables + id: semantic # Need an `id` for output variables env: GITHUB_TOKEN: ${{ steps.create_token.outputs.token }} + with: + semantic_version: 23.0.8 - run: yarn build if: steps.semantic.outputs.new_release_published == 'true' - run: yarn prepare-release