From 85da5716a2c10fabc9c1f8949658890f72dbc177 Mon Sep 17 00:00:00 2001 From: Srinivasan Parthasarathy Date: Tue, 22 Feb 2022 11:52:45 -0500 Subject: [PATCH] fixing checkout action Signed-off-by: Srinivasan Parthasarathy --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 45152f86..20bbc1de 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,6 +14,9 @@ jobs: # setup pre-reqs - name: Checkout repository uses: actions/checkout@v2 + with: + fetch-depth: 0 # fetch all commits for mike deploy + - name: Get version run: | tarref=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')