Skip to content

Commit

Permalink
fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Jun 12, 2023
1 parent 4a6801d commit 82d5898
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags

- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -40,6 +43,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags

- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -69,6 +75,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags

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

0 comments on commit 82d5898

Please sign in to comment.