From a4aae598d262319d7721b7623d2e253cd1c283db Mon Sep 17 00:00:00 2001 From: Jorge Silva Date: Wed, 24 Apr 2024 10:46:59 +0100 Subject: [PATCH] fix(CI): publish iscmagic --- .github/workflows/publish-iscmagic.yml | 2 +- .github/workflows/publish-iscutils.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-iscmagic.yml b/.github/workflows/publish-iscmagic.yml index 1b392cac07..bf4b3f5993 100644 --- a/.github/workflows/publish-iscmagic.yml +++ b/.github/workflows/publish-iscmagic.yml @@ -24,7 +24,7 @@ jobs: node-version: lts/* registry-url: "https://registry.npmjs.org" scope: iota - - run: find . -type f -name "*.abi" -exec bash -c 'mv "$0" "${0%.abi}.json"' {} \ + - run: find . -type f -name "*.abi" -exec bash -c 'mv "$0" "${0%.abi}.json"' {} \; - run: npm version ${{ inputs.version }} - run: npm publish --access public env: diff --git a/.github/workflows/publish-iscutils.yml b/.github/workflows/publish-iscutils.yml index b460b3234c..b2336f9f20 100644 --- a/.github/workflows/publish-iscutils.yml +++ b/.github/workflows/publish-iscutils.yml @@ -24,7 +24,7 @@ jobs: node-version: lts/* registry-url: "https://registry.npmjs.org" scope: iota - - run: find . -type f -name "*.abi" -exec bash -c 'mv "$0" "${0%.abi}.json"' {} \ + - run: find . -type f -name "*.abi" -exec bash -c 'mv "$0" "${0%.abi}.json"' {} \; - run: npm version ${{ inputs.version }} - run: npm publish --access public env: