From 95d1d4c18df3440e82d65fd54d3b90b16a40ebfd Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Wed, 24 Apr 2024 09:55:36 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')"