From 9beacc4ca2ba6c15f5c8d2d77b2ffd1035585b0a Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 31 Mar 2021 15:17:29 +0200 Subject: [PATCH] registry seed --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 09a15301..ae61bff1 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -29,4 +29,4 @@ jobs: with: upload-dir: packages/website/public github-token: ${{ secrets.GITHUB_TOKEN }} - registry-seed: ${{ github.event_name == ‘push’ && github.ref == ‘refs/heads/website’ && secrets.WEBSITE_REGISTRY_SEED || ‘’ }} + registry-seed: ${{ github.event_name == 'push' && github.ref == 'refs/heads/website' && secrets.WEBSITE_REGISTRY_SEED || '' }}