From 6b12799d984917e9e4693bf8003c6869fc7f350d Mon Sep 17 00:00:00 2001 From: mdtanker Date: Wed, 21 Feb 2024 19:43:09 -0700 Subject: [PATCH] chore: fix semantic release action --- .github/workflows/semantic_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index a3b82972..38cce14d 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -46,6 +46,8 @@ jobs: with: fetch-depth: 0 token: ${{secrets.PAT}} + - name: git pull + run: git pull origin main --rebase # use semantic-release - id: semantic-release