registry seed

This commit is contained in:
Karol Wypchlo 2021-03-31 15:17:29 +02:00
parent b80fef201c
commit 9beacc4ca2
1 changed files with 1 additions and 1 deletions

View File

@ -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 || '' }}