Skip to content

Commit aa7d62e

Browse files
committed
ci: fix publication
1 parent 436bf64 commit aa7d62e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous_delivery.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3838
- name: Install dependencies
3939
run: pnpm install --frozen-lockfile
40+
- name: Build # Check composite action to avoid creating two jobs to reuse workflows https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-composite-action
41+
run: pnpm build
4042
- name: Publish pre-release version(s)
4143
if: "!contains(github.event.head_commit.message, 'chore: release package(s)')"
4244
run: |

0 commit comments

Comments
 (0)