From 82d5898d9cabec2f00683ed0af5968c02f4ef722 Mon Sep 17 00:00:00 2001 From: ajatprabha Date: Mon, 12 Jun 2023 15:02:45 +0530 Subject: [PATCH] fetch tags --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f2a436..55fc64f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 + - run: git fetch --force --tags - name: Set up Go uses: actions/setup-go@v4 @@ -40,6 +43,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 + - run: git fetch --force --tags - name: Set up Go uses: actions/setup-go@v4 @@ -69,6 +75,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 + - run: git fetch --force --tags - name: Set up Go uses: actions/setup-go@v4