We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5a84e commit c46a889Copy full SHA for c46a889
1 file changed
.github/workflows/deploy-production.yml
@@ -23,7 +23,7 @@ jobs:
23
working-directory: ./phoenix
24
run: |
25
npm install
26
- npm run release
+ npm run release:prod
27
shell: bash
28
29
- name: Copying release artifacts to public folder
0 commit comments