Skip to content

Commit 4df5943

Browse files
committed
update web common release file
1 parent 57585b3 commit 4df5943

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release_shared_js.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release shared js code
1+
name: Release web common code
22
on:
33
workflow_dispatch:
44
inputs:
@@ -46,13 +46,13 @@ jobs:
4646
- name: Install dependencies
4747
run: pnpm install --frozen-lockfile
4848
- name: Update package.json version
49-
working-directory: web/shared_ui
49+
working-directory: web/common
5050
run: |
5151
npm version ${{ github.event.inputs.version }} --no-git-tag-version
5252
- name: Build package
53-
working-directory: web/shared_ui
53+
working-directory: web/common
5454
run: pnpm run build
5555
- name: Publish to npm
56-
working-directory: web/shared_ui
56+
working-directory: web/common
5757
run: |
5858
npm publish

0 commit comments

Comments
 (0)