chore: release after tag push

This commit is contained in:
Mo
2022-06-14 10:50:08 -05:00
parent 998476196a
commit 4bd61adc5b
15 changed files with 59 additions and 72 deletions

View File

@@ -2,15 +2,12 @@ name: Components Publish
on:
push:
branches: [ develop, main ]
paths:
- packages/components/**
tags:
- '@standardnotes/components@*'
workflow_dispatch:
jobs:
publish:
if: contains(github.event.head_commit.message, 'chore(release)') == false
runs-on: ubuntu-latest
defaults:
run: