Skip to content

Commit

Permalink
ci: fix dprint version for draft action
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Aug 7, 2023
1 parent 6c305d2 commit e741de1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e741de1

Please sign in to comment.