mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 01:12:56 +08:00
chore: default to not creating github releases, manual for now
This commit is contained in:
parent
3b67e8adc6
commit
a64cbf8f8a
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -53,6 +53,7 @@ jobs:
|
||||
id: changesets
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
createGithubReleases: false
|
||||
publish: npm run publish
|
||||
title: ${{ github.ref_name == 'main' && 'Publish a new stable version' || 'Publish a new pre-release version' }}
|
||||
commit: >-
|
||||
|
Loading…
Reference in New Issue
Block a user