Skip to content

Commit

Permalink
fix(CI): publish iscmagic
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemmsilva committed Apr 24, 2024
1 parent cfea4bb commit a4aae59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-iscmagic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-iscutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a4aae59

Please sign in to comment.