mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
update publish task
This commit is contained in:
parent
72c2e466c6
commit
2471df5fc6
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@ -3,14 +3,9 @@
|
||||
|
||||
name: Publish to NPM
|
||||
|
||||
# on github release published
|
||||
# on github release published or workflow_dispatch
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version'
|
||||
required: false
|
||||
default: 'patch'
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user