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 54
54
# note: package.json gets updated here for the new package name
55
55
- name : Publish to npm (@dapr/dapr)
56
56
if : env.DEPLOY_PACKAGE == 'true'
57
- run : npm publish --access public
57
+ run : npm publish build/ --access public
58
58
env :
59
59
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
60
60
69
69
# note: package.json gets updated here for the new package name
70
70
- name : " [dapr-client] Publish to npm (dapr-client)"
71
71
if : env.DEPLOY_PACKAGE == 'true'
72
- run : npm publish --access public
72
+ run : npm publish build/ --access public
73
73
env :
74
74
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dapr/dapr" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " The official Dapr (https://dapr.io) SDK for Node.js" ,
5
5
"types" : " http/index.d.ts" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments