Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
feat: finalising automatic build
Browse files Browse the repository at this point in the history
  • Loading branch information
nrandell committed Apr 20, 2022
1 parent eae077a commit 399ef2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish to npmjs

on:
workflow_dispatch:
release:
types: [created]
push:
branches:
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 399ef2f

Please sign in to comment.