Skip to content

Commit

Permalink
Add checkout fetch depth
Browse files Browse the repository at this point in the history
Otherwise publishing won't work

Signed-off-by: Kim Christensen <[email protected]>
  • Loading branch information
kichristensen committed Jun 9, 2024
1 parent 56c22c3 commit 1f88ab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform-mixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
Expand Down

0 comments on commit 1f88ab7

Please sign in to comment.