mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-22 05:44:37 -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](1562456196
)
Co-authored-by: Byron Hambly <bhambly@blockstream.com>
This commit is contained in:
commit
cf95f465a5
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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue