Skip to content

Commit d915628

Browse files
authored
Merge pull request #77 from coderbirju/new-update
fix: update workflow to unblock release pipeline
2 parents 4a31423 + 4dda001 commit d915628

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-automation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838
cache: false
39+
- name: Fetch tags # See https://github.com/actions/checkout/issues/2041
40+
run: git fetch --tags
3941
- name: 'Echo RELEASE_TAG ENV'
4042
run: echo ${{ env.RELEASE_TAG }}
4143
- name: Setup variables and release directories

0 commit comments

Comments
 (0)