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:
5959 env :
6060 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
6161
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"
6363 # if: env.DEPLOY_PACKAGE == 'true'
6464 run : sed -i s#"@dapr/dapr"#"dapr-client"# package.json
6565
66- - name : [dapr-client] Build Package
66+ - name : " [dapr-client] Build Package"
6767 # if: env.DEPLOY_PACKAGE == 'true'
6868 run : ./scripts/build.sh
6969
7070 # 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)"
7272 # if: env.DEPLOY_PACKAGE == 'true'
7373 run : npm publish --access public
7474 env :
You can’t perform that action at this time.
0 commit comments