ci: fix dprint version for draft action

This commit is contained in:
Byron Hambly 2023-08-07 15:31:09 +02:00
parent 6c305d2cc2
commit e741de1c08
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697
1 changed files with 3 additions and 1 deletions

View File

@ -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