We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b93984 commit 815d83fCopy full SHA for 815d83f
.github/workflows/build.yml
@@ -88,11 +88,11 @@ jobs:
88
fi
89
90
- 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 }}
+ uses: ciiiii/[email protected]
+ with:
+ file: Cargo.toml
+ key: package.version
+ value: ${{ steps.full_version.outputs.phichain_version }}
96
97
- name: Build with cargo
98
run: |
0 commit comments