mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-22 22:04:18 -04:00
ci: fix dprint version for draft action
This commit is contained in:
parent
6c305d2cc2
commit
e741de1c08
1 changed files with 3 additions and 1 deletions
4
.github/workflows/draft-new-release.yml
vendored
4
.github/workflows/draft-new-release.yml
vendored
|
@ -41,8 +41,10 @@ jobs:
|
||||||
|
|
||||||
- name: Commit changelog and manifest files
|
- name: Commit changelog and manifest files
|
||||||
id: make-commit
|
id: make-commit
|
||||||
|
env:
|
||||||
|
DPRINT_VERSION: 0.39.1
|
||||||
run: |
|
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
|
/home/runner/.dprint/bin/dprint fmt
|
||||||
|
|
||||||
git add CHANGELOG.md Cargo.lock swap/Cargo.toml
|
git add CHANGELOG.md Cargo.lock swap/Cargo.toml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue