We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bf8ab commit e42ae46Copy full SHA for e42ae46
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: npm run build
24
- name: Deploy --preview-alias
25
if: "${{ github.ref_name != 'main' }}"
26
- run: wrangler versions upload --preview-alias "${{ github.ref_name }}"
+ run: npx wrangler versions upload --preview-alias "${{ github.ref_name }}"
27
- name: Deploy production
28
if: "${{ github.ref_name == 'main' }}"
29
env:
0 commit comments