From cea5c6e1dc740982b88021fb2520789f8b8de02e Mon Sep 17 00:00:00 2001 From: HenryNguyen5 <6404866+HenryNguyen5@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:05:51 -0700 Subject: [PATCH] Add missing fetch depth --- .github/workflows/build-publish-goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-goreleaser.yml b/.github/workflows/build-publish-goreleaser.yml index 5fba9366b0e..568192fb40d 100644 --- a/.github/workflows/build-publish-goreleaser.yml +++ b/.github/workflows/build-publish-goreleaser.yml @@ -1,4 +1,4 @@ -name: "Build, Sign and Publish Chainlink" +name: "Goreleaser Chainlink" on: push: @@ -39,6 +39,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + with: + fetch-depth: 0 - name: Configure aws credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2