From 14e08a74c0f60801fe3e51ad5060e8e886b0f2a2 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:48:55 -0400 Subject: [PATCH] fix version --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index add7ad1..becdd6a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -75,7 +75,7 @@ jobs: - run: mkdir project - uses: ./.github/actions/test with: - version: 0.2.2 + version: v0.2.2 no-trust-check: true path: "./project" @@ -87,7 +87,7 @@ jobs: - run: mkdir project - uses: ./.github/actions/test with: - version: 0.2.2 + version: v0.2.2 no-trust-check: true path: "./project" @@ -100,6 +100,6 @@ jobs: - run: mkdir project - uses: ./.github/actions/test with: - version: 0.2.2 + version: v0.2.2 no-trust-check: true path: "./project"