run release script for production use

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 20:50:37 +02:00
parent a8a9c9a5fe
commit 88430c4b91

View File

@@ -43,7 +43,7 @@ jobs:
- name: build-and-run
run: |
tools/build-release.sh --config .github/cr.yaml
tools/build-release.sh -p --config .github/cr.yaml
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}