From 69536268f02d8ee64d7727672196056755b4f728 Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Tue, 5 Sep 2023 01:01:05 -0700 Subject: [PATCH] ci: pin semantic-release See https://github.com/cycjimmy/semantic-release-action/issues/159 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c791845..5c84d10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,9 +49,10 @@ jobs: run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}'" - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v3.4.1 id: semantic # Need an `id` for output variables with: + semantic_version: 18 # You can specify specifying version range for the extra plugins if you prefer. extra_plugins: | @semantic-release/changelog