Skip to content

Commit

Permalink
fix fetch depth in release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalogh-sa committed Feb 16, 2022
1 parent d5730e3 commit 33c6837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

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

0 comments on commit 33c6837

Please sign in to comment.