fix(ci): Commit updated GUi version

This commit is contained in:
Binarybaron 2024-11-14 16:54:08 +01:00
parent 7faf9aec4f
commit 668403e074

View file

@ -59,7 +59,7 @@ jobs:
curl -fsSL https://dprint.dev/install.sh | sh -s $DPRINT_VERSION
/home/runner/.dprint/bin/dprint fmt
git add CHANGELOG.md Cargo.lock swap/Cargo.toml
git add CHANGELOG.md Cargo.lock swap/Cargo.toml src-tauri/tauri.conf.json
git commit --message "Prepare release ${{ github.event.inputs.version }}"
echo "::set-output name=commit::$(git rev-parse HEAD)"