diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ed0c3c..a195f70 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: - name: Tests run: cargo test --all-features - name: List bundled examples - run: cargo run --features=build-binary list-templates + run: cargo run --features=build-binary list-examples publish: needs: [ build ] if: "startsWith(github.ref, 'refs/tags/v')"