From c991ed66e023fa80e4328a096956b8fed2990b6a Mon Sep 17 00:00:00 2001 From: AntiD2ta Date: Sat, 26 Oct 2024 09:02:01 +0000 Subject: [PATCH] ci: try to show git tags --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67537a5..a2ca652 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,6 +136,8 @@ jobs: with: token: "${{ secrets.GITHUB_TOKEN }}" fetch-depth: 0 + - name: Show git tags + run: git tag - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: