Skip to content

Commit

Permalink
Merge pull request #61 from valory-xyz/fix/workflow
Browse files Browse the repository at this point in the history
Checkout submodules recursively
  • Loading branch information
DavidMinarsch authored Jan 24, 2023
2 parents 0578cce + 9fac4b5 commit 9df775c
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 9df775c

Please sign in to comment.