We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48992d commit a6f8f1aCopy full SHA for a6f8f1a
.github/workflows/CD.yml
@@ -39,7 +39,7 @@ jobs:
39
cd ${{ github.workspace }}
40
npm i
41
npm run json
42
- jq -c '.version = steps.semantic-release.outputs.version' package.json > tmp.$$.json && mv tmp.$$.json package.json
+ jq '.version = steps.semantic-release.outputs.version' package.json|sponge package.json
43
npm publish
44
env:
45
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments