fix version

This commit is contained in:
ok-nick 2022-07-18 12:48:55 -04:00
parent 1207a17459
commit 14e08a74c0

View file

@ -75,7 +75,7 @@ jobs:
- run: mkdir project - run: mkdir project
- uses: ./.github/actions/test - uses: ./.github/actions/test
with: with:
version: 0.2.2 version: v0.2.2
no-trust-check: true no-trust-check: true
path: "./project" path: "./project"
@ -87,7 +87,7 @@ jobs:
- run: mkdir project - run: mkdir project
- uses: ./.github/actions/test - uses: ./.github/actions/test
with: with:
version: 0.2.2 version: v0.2.2
no-trust-check: true no-trust-check: true
path: "./project" path: "./project"
@ -100,6 +100,6 @@ jobs:
- run: mkdir project - run: mkdir project
- uses: ./.github/actions/test - uses: ./.github/actions/test
with: with:
version: 0.2.2 version: v0.2.2
no-trust-check: true no-trust-check: true
path: "./project" path: "./project"