Skip to content

Commit

Permalink
fix: Update CD.yaml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyHenriquez committed May 24, 2024
1 parent 9824351 commit 9f9eb6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: "[Checkout] repository"
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: "[Setup] Install Go"
uses: actions/setup-go@v5
Expand All @@ -44,6 +46,8 @@ jobs:
steps:
- name: "[Checkout] repository"
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: "[Setup] Install Go"
uses: actions/setup-go@v5
Expand Down

0 comments on commit 9f9eb6a

Please sign in to comment.