Skip to content

Commit 68963f9

Browse files
committedJun 7, 2024·
ci: update workflows config.
1 parent 205be9d commit 68963f9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎.github/workflows/ci.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,14 @@ jobs:
7676
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
7777

7878
- name: Create Release
79-
uses: ncipollo/release-action@v1
79+
uses: jaywcjlove/create-tag-action@main
8080
if: steps.create_tag.outputs.successful
8181
with:
82-
token: ${{ secrets.GITHUB_TOKEN }}
83-
name: ${{ steps.create_tag.outputs.version }}
84-
tag: ${{ steps.create_tag.outputs.version }}
82+
package-path: ./package.json
83+
version: ${{steps.create_tag.outputs.version}}
84+
release: true
85+
prerelease: false
86+
draft: false
8587
body: |
8688
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-codemirror@${{steps.changelog.outputs.version}}/file/README.md)
8789

0 commit comments

Comments
 (0)
Please sign in to comment.