File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,16 +59,16 @@ jobs:
59
59
env :
60
60
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
61
61
62
- - name : [dapr-client] Configure to publish to dapr-client for deprecation notice reasons
62
+ - name : " [dapr-client] Configure to publish to dapr-client for deprecation notice reasons"
63
63
# if: env.DEPLOY_PACKAGE == 'true'
64
64
run : sed -i s#"@dapr/dapr"#"dapr-client"# package.json
65
65
66
- - name : [dapr-client] Build Package
66
+ - name : " [dapr-client] Build Package"
67
67
# if: env.DEPLOY_PACKAGE == 'true'
68
68
run : ./scripts/build.sh
69
69
70
70
# note: package.json gets updated here for the new package name
71
- - name : [dapr-client] Publish to npm (dapr-client)
71
+ - name : " [dapr-client] Publish to npm (dapr-client)"
72
72
# if: env.DEPLOY_PACKAGE == 'true'
73
73
run : npm publish --access public
74
74
env :
You can’t perform that action at this time.
0 commit comments