diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index df00833..f058bb5 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -28,7 +28,9 @@ jobs: with: node-version: 16 registry-url: 'https://registry.npmjs.org' - - run: npm ci + - run: | + npm ci + npm run build - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}} \ No newline at end of file diff --git a/package.json b/package.json index 20ba239..8653331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@givewp/form-builder-library", - "version": "1.1.1", + "version": "1.1.2", "description": "An assortment of components and hooks for working in the GiveWP Form Builder", "type": "module", "main": "build/index.js",