Skip to content

Commit

Permalink
Fix tag fetching for sdk publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Jun 22, 2023
1 parent 675036c commit b973615
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
with:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit b973615

Please sign in to comment.