Skip to content

Commit

Permalink
chore: update workflow to run build v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Dec 12, 2023
1 parent 46ba8cb commit 1334353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1334353

Please sign in to comment.