Skip to content

Commit

Permalink
fix(ci): Commit bumped version in src-tauri/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron authored Nov 20, 2024
1 parent d0108fd commit 38d68b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 src-tauri/tauri.conf.json
git add CHANGELOG.md Cargo.lock swap/Cargo.toml src-tauri/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)"
Expand Down

0 comments on commit 38d68b9

Please sign in to comment.