Skip to content

Commit

Permalink
fix: add submodule to Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Dec 3, 2022
1 parent b24e3f3 commit 1e0250c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: checkout code
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '1.19'
submodules: 'true'
- run: git fetch --prune --unshallow
- name: Run GoReleaser
if: contains(github.ref, 'tags/v')
Expand Down

0 comments on commit 1e0250c

Please sign in to comment.