mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1421
1421: ci: fix dprint version for draft action r=delta1 a=delta1 This should fix the dprint issue in the draft release action - [link to failing action](https://github.com/comit-network/xmr-btc-swap/actions/runs/5763212564/job/15624561961) Co-authored-by: Byron Hambly <bhambly@blockstream.com>
This commit is contained in:
commit
cf95f465a5
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