Skip to content

Commit

Permalink
Add missing fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Oct 1, 2024
1 parent ec2d533 commit cea5c6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-publish-goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build, Sign and Publish Chainlink"
name: "Goreleaser Chainlink"

on:
push:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cea5c6e

Please sign in to comment.