ci: fix dprint version for draft action

pull/1421/head
Byron Hambly 10 months ago
parent 6c305d2cc2
commit e741de1c08
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

@ -41,8 +41,10 @@ jobs:
- name: Commit changelog and manifest files
id: make-commit
env:
DPRINT_VERSION: 0.39.1
run: |
curl -fsSL https://dprint.dev/install.sh | sh
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

Loading…
Cancel
Save