Skip to content

Commit

Permalink
fix: checkout submodules recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jan 24, 2023
1 parent 84298f2 commit 9fac4b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
python-version: ["3.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup
run: |
echo export TAG=$(git describe --tags --abbrev=0) > env.sh
Expand Down

0 comments on commit 9fac4b5

Please sign in to comment.