mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 09:25:29 +08:00
revert - use next tag instead of beta
This commit is contained in:
parent
ba81198234
commit
7af392cbe7
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
createGithubReleases: false
|
||||
publish: pnpm run publish --tag ${{ github.ref_name == 'next' && 'beta' || 'latest' }}
|
||||
publish: pnpm run publish --tag ${{ github.ref_name == 'next' && 'next' || 'latest' }}
|
||||
version: pnpm run version
|
||||
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