Skip to content

Commit bc1a6c8

Browse files
modify release of nightly
1 parent 0c32337 commit bc1a6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Install dependencies
4646
run: npm install
4747

48-
- name: Build and package the extension
49-
run: npm run extension:package
48+
- name: Build and package the extension for pre-release
49+
run: npm run extension:package:prerelease
5050

5151
- name: Run linter
5252
run: npm run lint

0 commit comments

Comments
 (0)