Skip to content

Commit

Permalink
Add submodule recursive to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
phuonghuynh committed Apr 14, 2020
1 parent 798dcb0 commit ba2d14b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 50
- run: echo ::set-env name=REPOSITORY_NAME::$(echo ${{github.repository}} | awk '{print tolower($0)}')
name: set env.REPOSITORY_NAME
- uses: olegtarasov/get-tag@v2
Expand Down

0 comments on commit ba2d14b

Please sign in to comment.