From 399ef2f22ed180857ebfff28473771dae44b511a Mon Sep 17 00:00:00 2001 From: nrandell Date: Wed, 20 Apr 2022 14:03:36 +0100 Subject: [PATCH] feat: finalising automatic build --- .github/workflows/publish.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c58f2f4..f327a7f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,9 @@ name: Publish to npmjs on: - workflow_dispatch: - release: - types: [created] + push: + branches: + - main jobs: release: diff --git a/package.json b/package.json index ddfa97c..c6c2d35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bond-london/gatsby-graphcms-components", "sideEffects": false, - "version": "1.20.2", + "version": "1.22", "description": "Components shared across various Bond London projects", "main": "dist/index.js", "types": "dist/index.d.ts",