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 c7e9c77 commit 1941e83Copy full SHA for 1941e83
.github/workflows/CD.yml
@@ -39,7 +39,8 @@ jobs:
39
cd ${{ github.workspace }}
40
npm i
41
npm run json
42
- jq '.version = steps.semantic-release.outputs.version' package.json|sponge package.json
+ jq '.cpu="${{steps.semantic-release.outputs.version}}"' package.json > temp && mv temp package.json
43
+ cat package.json
44
npm publish
45
env:
46
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments