registry seed
This commit is contained in:
parent
2d4ee4eb20
commit
b80fef201c
|
@ -29,3 +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 || ‘’ }}
|
||||
|
|
Reference in New Issue