Skip to content

Commit 815d83f

Browse files
committed
replaced cargo-edit with ciiiii/[email protected]
1 parent 6b93984 commit 815d83f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ jobs:
8888
fi
8989
9090
- name: Update version in Cargo.toml
91-
shell: bash
92-
run: |
93-
echo PhiChain ${{ steps.full_version.outputs.phichain_version }}
94-
cargo install cargo-edit
95-
cargo set-version ${{ steps.full_version.outputs.phichain_version }}
91+
uses: ciiiii/[email protected]
92+
with:
93+
file: Cargo.toml
94+
key: package.version
95+
value: ${{ steps.full_version.outputs.phichain_version }}
9696

9797
- name: Build with cargo
9898
run: |

0 commit comments

Comments
 (0)