From a300e5793d8020b781856364e2f54ace57d72250 Mon Sep 17 00:00:00 2001 From: Marcos Passos Date: Mon, 2 Nov 2020 20:36:25 -0300 Subject: [PATCH] Fix playground origin --- .github/workflows/deploy-published-releases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-published-releases.yaml b/.github/workflows/deploy-published-releases.yaml index 5564e6519..fc2583fc3 100644 --- a/.github/workflows/deploy-published-releases.yaml +++ b/.github/workflows/deploy-published-releases.yaml @@ -7,7 +7,7 @@ on: env: CDN_URL: https://cdn.croct.io/js/v1/lib/plug.js - PLAYGROUND_ORIGIN: https://play.croct.com/ + PLAYGROUND_ORIGIN: https://play.croct.com PLAYGROUND_CONNECT_URL: https://play.croct.com/connect.html jobs: