0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

ci: adding in steps to regenerate the Cargo.lock file - fixing commit issue with cargo.toml

This commit is contained in:
Scott 2024-01-30 13:16:04 -05:00
parent df6378ba58
commit 31ccc4f301

View File

@ -39,9 +39,7 @@ jobs:
run: |
appversion=$(echo "${{ steps.version-bump.outputs.new_tag }}" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')
sed -i -e "s/^version = .*/version = \"$appversion\"/" Cargo.toml
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- name: regenerate cargo.lock
run: cargo generate-lockfile