From ccde99abdce921951c77b19a890b20eb26ffff66 Mon Sep 17 00:00:00 2001 From: Erik Koopmans Date: Sun, 30 Jun 2024 17:30:26 -0400 Subject: [PATCH] Add build step --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e20980..380c03f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,9 @@ jobs: persist-credentials: false - name: Setup Node uses: actions/setup-node@v4 + - name: Build + run: npm run build + shell: bash - name: Semantic Release uses: BrightspaceUI/actions/semantic-release@main with: