We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a694ec8 commit c5753ceCopy full SHA for c5753ce
.github/workflows/publish-release.yml
@@ -33,7 +33,7 @@ jobs:
33
run: npm run build
34
35
- name: Build website
36
- run: NEXT_PUBLIC_SITE_VERSION=16.0.0 cd packages/website && npm run build
+ run: NEXT_PUBLIC_SITE_VERSION=16.0.0 cd apps/website && npm run build
37
38
- name: Install scripts dependencies
39
run: cd scripts && npm install
0 commit comments