Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release_shared_js.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release shared js code
name: Release web common code
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -46,13 +46,13 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Update package.json version
working-directory: web/shared_ui
working-directory: web/common
run: |
npm version ${{ github.event.inputs.version }} --no-git-tag-version
- name: Build package
working-directory: web/shared_ui
working-directory: web/common
run: pnpm run build
- name: Publish to npm
working-directory: web/shared_ui
working-directory: web/common
run: |
npm publish