From 61db55ba04560207a5b03d851176afedbb65b0a6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 6 Nov 2023 05:29:15 +0100 Subject: [PATCH] get all branches --- .github/workflows/handle-versioning-accross-branches.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/handle-versioning-accross-branches.yml b/.github/workflows/handle-versioning-accross-branches.yml index 766f1a7..a3b1d63 100644 --- a/.github/workflows/handle-versioning-accross-branches.yml +++ b/.github/workflows/handle-versioning-accross-branches.yml @@ -9,6 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: git-actions/set-user@v1 - name: Prevent branch warnings