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 e763e94 commit 9cd254dCopy full SHA for 9cd254d
.github/workflows/release-web.yaml
@@ -44,4 +44,4 @@ jobs:
44
45
- name: Deploy website to Netlify
46
run: |
47
- npx netlify-cli deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir artifacts/website --prod --no-build
+ npx netlify-cli@23.7.3 deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir artifacts/website --prod --no-build
0 commit comments