Skip to content

Commit

Permalink
Merge pull request #105 from zouyaoji/dev
Browse files Browse the repository at this point in the history
ci(deploy): updated publish.sh
  • Loading branch information
zouyaoji authored Mar 30, 2021
2 parents 437ee4f + b21fec1 commit 7b132f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ cat package.json \
| sed "s/\(\"name\": \"vue-cesium\"\)/\1,\n \"version\": \"${TAG_VERSION}\"/g" > package.json.bak

cat package.json.bak > package.json
npm publish --registry ${REGISTRY}
npm publish --tag beta --registry ${REGISTRY}

0 comments on commit 7b132f6

Please sign in to comment.