Skip to content

Commit

Permalink
Setup go before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Mar 19, 2022
1 parent f294afd commit 3a54ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev-')
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-go
- name: Generate changelog
id: changelog
run: |
Expand Down

0 comments on commit 3a54ae1

Please sign in to comment.