mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
fix version
This commit is contained in:
parent
1207a17459
commit
14e08a74c0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue