Skip to content

Commit 67693bc

Browse files
committed
Fix invalid reference in deploy workflow
1 parent e5a78be commit 67693bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-published-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |-
6767
rm -rf build
6868
npm run bundle -- --config-cdn-url=${CDN_URL} \
69-
--config-playground-origin=${PLAYGROUND_CONNECT_ORIGIN} \
69+
--config-playground-origin=${PLAYGROUND_ORIGIN} \
7070
--config-playground-connect-url=${PLAYGROUND_CONNECT_URL}
7171
7272
- name: Authenticate to GCP

0 commit comments

Comments
 (0)