Skip to content

Commit

Permalink
fix: fetch tags on CI repo checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdaloia committed Jan 27, 2025
1 parent 5f23956 commit d0f398f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
fetch-tags: true

# Setup and configure GoLang
- name: Setup GoLang
Expand Down Expand Up @@ -188,6 +190,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
fetch-tags: true

# Setup and configure GoLang
- name: Setup GoLang
Expand Down Expand Up @@ -320,6 +324,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
fetch-tags: true

# Setup and configure GoLang
- name: Setup GoLang
Expand Down

0 comments on commit d0f398f

Please sign in to comment.