diff --git a/.changes/config.json b/.changes/config.json index 6ad2931d9..03d0ba3d4 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -13,28 +13,16 @@ "getPublishedVersion": "npm view ${ pkgFile.pkg.name } version", "prepublish": [ { - "command": "false || dasel put object -f Cargo.toml '.dependencies.iota-wallet' -t string -t string git='https://github.com/iotaledger/wallet.rs' rev=$GITHUB_SHA" + "command": "false || dasel put -f Cargo.toml '.dependencies.iota-wallet.rev' -v $GITHUB_SHA" }, { - "command": "dasel put string -f Cargo.toml '.dependencies.iota-wallet.features.[0]' mnemonic" + "command": "dasel put -f Cargo.toml '.dependencies.iota-wallet.git' -v https://github.com/iotaledger/wallet.rs" }, { - "command": "dasel put string -f Cargo.toml '.dependencies.iota-wallet.features.[1]' events" + "command": "dasel delete -f Cargo.toml '.dependencies.iota-wallet.path'" }, { - "command": "dasel put string -f Cargo.toml '.dependencies.iota-wallet.features.[2]' ledger_nano" - }, - { - "command": "dasel put string -f Cargo.toml '.dependencies.iota-wallet.features.[3]' storage" - }, - { - "command": "dasel put string -f Cargo.toml '.dependencies.iota-wallet.features.[4]' stronghold" - }, - { - "command": "dasel put string -f Cargo.toml '.dependencies.iota-wallet.features.[5]' message_interface" - }, - { - "command": "dasel put string -f Cargo.toml '.dependencies.iota-wallet.features.[6]' participation" + "command": "dasel delete -f Cargo.toml '.dependencies.iota-wallet.default-features'" }, { "command": "yarn --ignore-scripts" diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index e2749575f..8a0ee00a1 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -29,7 +29,7 @@ jobs: - name: Install Dasel run: | - curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/80229218 | grep browser_download_url | grep linux_amd64 | grep -v .gz | cut -d\" -f 4)" -L -o dasel && chmod +x dasel + curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/latest | grep browser_download_url | grep linux_amd64 | grep -v .gz | cut -d\" -f 4)" -L -o dasel && chmod +x dasel mv ./dasel /usr/local/bin/dasel - name: covector version or publish (publish when no change files present)