Skip to content

Commit a694ec8

Browse files
committed
fixing sintax
1 parent 430a921 commit a694ec8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ jobs:
3333
run: npm run build
3434

3535
- name: Build website
36-
run: |
37-
cd packages/website
38-
$env:NEXT_PUBLIC_SITE_VERSION = "16.0.0"
39-
npm run build
36+
run: NEXT_PUBLIC_SITE_VERSION=16.0.0 cd packages/website && npm run build
4037

4138
- name: Install scripts dependencies
4239
run: cd scripts && npm install

0 commit comments

Comments
 (0)