From 1091c89e6cc59b9d0b11aa4c8405bb0d626bbd51 Mon Sep 17 00:00:00 2001 From: Thomas Kelly Date: Fri, 31 Jan 2025 18:47:30 -0500 Subject: [PATCH] ci: Fix onRelease to run build before releasing --- .github/workflows/onRelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index d065296a..0329d58e 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -13,6 +13,7 @@ jobs: with: node-version: latest - run: npm install + - run: npm run build - uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c with: token: ${{ secrets.NPM_TOKEN }} \ No newline at end of file