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 c2c3b39 commit 960653dCopy full SHA for 960653d
.github/workflows/CD.yml
@@ -38,7 +38,7 @@ jobs:
38
cd ${{ github.workspace }}
39
npm i
40
npm run json
41
- jq -c '.version = "steps.semantic-release.outputs.version"' package.json > tmp.$$.json && mv tmp.$$.json package.json
+ jq -c '.version = steps.semantic-release.outputs.version' package.json > tmp.$$.json && mv tmp.$$.json package.json
42
npm publish
43
env:
44
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments