Skip to content

Commit

Permalink
use checkout@v4 with full depath to capture all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 6, 2024
1 parent 8a5fa1a commit 80aaa55
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 @@ -20,7 +20,9 @@ jobs:
go-version: ^1.21

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

# https://github.com/orgs/community/discussions/26686
- name: Branch name
Expand Down

0 comments on commit 80aaa55

Please sign in to comment.