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