Skip to content

Commit

Permalink
Merge pull request #3092 from kichristensen/checkoutHistory
Browse files Browse the repository at this point in the history
Full checkout of repository during release of binaries
  • Loading branch information
kichristensen authored May 8, 2024
2 parents afa0ba3 + 29bd8cd commit 396fc7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_pipelinesrelease_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: "${{ inputs.GOVERSION }}"
Expand Down

0 comments on commit 396fc7c

Please sign in to comment.