mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-19 04:44:31 -05:00
ci: fix dprint version for draft action
This commit is contained in:
parent
6c305d2cc2
commit
e741de1c08
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…
Reference in New Issue
Block a user