chore: add release action
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -1,8 +1,12 @@
|
||||
name: Publish tiptap packages to npm
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
- released
|
||||
- published
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user