Skip to content

Commit

Permalink
fix(cicd):fix publish npm is not work (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Feb 23, 2024
1 parent 7e9e1f6 commit 0ac7d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Set version
run: |
apt install jq
sudo apt install jq
jq '.version="${{ steps.get_version.outputs.VERSION }}"' package.json > package.json.new
mv package.json.new package.json
- name: Generate SDK
Expand Down

0 comments on commit 0ac7d45

Please sign in to comment.