Skip to content

Commit 960653d

Browse files
committed
fix(cd): cd update
1 parent c2c3b39 commit 960653d

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
@@ -38,7 +38,7 @@ jobs:
3838
cd ${{ github.workspace }}
3939
npm i
4040
npm run json
41-
jq -c '.version = "steps.semantic-release.outputs.version"' package.json > tmp.$$.json && mv tmp.$$.json package.json
41+
jq -c '.version = steps.semantic-release.outputs.version' package.json > tmp.$$.json && mv tmp.$$.json package.json
4242
npm publish
4343
env:
4444
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)