diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63f62ca..ca73a14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,8 @@ jobs: with: fetch-depth: 0 persist-credentials: false + - name: Sync tags + run: git fetch --tags --force - name: semantic-release uses: cycjimmy/semantic-release-action@v6 id: semver