Skip to content

Commit 4dda001

Browse files
committed
fix: update workflow to unblock release pipeline
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent 4a31423 commit 4dda001

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)