Skip to content

Commit 3a54ae1

Browse files
Setup go before release
1 parent f294afd commit 3a54ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev-')
5353
steps:
5454
- uses: actions/checkout@v3
55+
- uses: ./.github/actions/setup-go
5556
- name: Generate changelog
5657
id: changelog
5758
run: |

0 commit comments

Comments
 (0)