Skip to content

Commit

Permalink
fetch all history for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed May 16, 2023
1 parent 24b8f28 commit 9b8d967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go 1.20
uses: actions/setup-go@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go 1.20
uses: actions/setup-go@v4
Expand Down

0 comments on commit 9b8d967

Please sign in to comment.