Skip to content

Commit

Permalink
Fix release job in ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Nov 5, 2021
1 parent 29d4046 commit b4c0d2b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,15 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v2.1.4
with:
go-version: 1.17

- name: Checkout submodules
run: |
Expand Down

0 comments on commit b4c0d2b

Please # to comment.