Skip to content

Commit 47d8adc

Browse files
YAML mistake
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent c95e429 commit 47d8adc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)