mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
chore: fix notation
This commit is contained in:
parent
76063d7f3b
commit
1fc534f17f
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -55,7 +55,8 @@ jobs:
|
||||
with:
|
||||
publish: ${{ github.ref_name == 'main' && 'npm run publish' || 'npm run publish:pre' }}
|
||||
title: ${{ github.ref_name == 'main' && 'Publish a new stable version' || 'Publish a new pre-release version' }}
|
||||
commit: ${{ github.ref_name == 'main' && 'chore(release): publish a new release version' || 'chore(release): publish a new pre-release version' }}
|
||||
commit: >-
|
||||
${{ github.ref_name == 'main' && 'chore(release): publish a new release version' || 'chore(release): publish a new pre-release version' }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
Loading…
Reference in New Issue
Block a user