Skip to content

Commit b75d67e

Browse files
committed
Updating workflows
1 parent 3efea73 commit b75d67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm install
3636

3737
- name: Build library and website
38-
run: npm run build
38+
run: SITE_VERSION=next npm run build
3939

4040
- name: Test library
4141
run: npm run test

0 commit comments

Comments
 (0)