From 70da8de991ac36a69817cc8559cb8bd6d8ede37c Mon Sep 17 00:00:00 2001 From: Christopher Ward Date: Mon, 12 Feb 2024 11:40:19 -0800 Subject: [PATCH] fix(ci): revert action version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d326e823..ca586a76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,9 +69,9 @@ jobs: fetch-depth: 0 - name: Semantic Release id: semantic - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v3 env: - GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} container-release: name: Container Release