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