diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8dc5d5..3c4b054 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,6 +13,8 @@ jobs: environment: ${{ github.ref == 'refs/heads/main' && 'release' || 'test' }} steps: - uses: actions/checkout@v4 + with: + submodules: true - uses: raviqqe/cargo-cache@v1 - run: cargo install cargo-workspaces - run: cargo workspaces publish -y --from-git