Skip to content

Commit 4b9a59f

Browse files
committed
feat(cd): test jq version
1 parent a258939 commit 4b9a59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cd ${{ github.workspace }}
4040
npm i
4141
npm run json
42-
jq '.cpu="${{steps.semantic-release.outputs.version}}"' package.json > temp && mv temp package.json
42+
jq '.version="${{steps.semantic-release.outputs.version}}"' package.json > temp && mv temp package.json
4343
cat package.json
4444
npm publish
4545
env:

0 commit comments

Comments
 (0)