File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 # note: package.json gets updated here for the new package name
5555 - name : Publish to npm (@dapr/dapr)
5656 if : env.DEPLOY_PACKAGE == 'true'
57- run : npm publish --access public
57+ run : npm publish build/ --access public
5858 env :
5959 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
6060
6969 # note: package.json gets updated here for the new package name
7070 - name : " [dapr-client] Publish to npm (dapr-client)"
7171 if : env.DEPLOY_PACKAGE == 'true'
72- run : npm publish --access public
72+ run : npm publish build/ --access public
7373 env :
7474 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @dapr/dapr" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " The official Dapr (https://dapr.io) SDK for Node.js" ,
55 "types" : " http/index.d.ts" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments