You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/ci.yml
+6-4
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,14 @@ jobs:
76
76
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
77
77
78
78
- name: Create Release
79
-
uses: ncipollo/release-action@v1
79
+
uses: jaywcjlove/create-tag-action@main
80
80
if: steps.create_tag.outputs.successful
81
81
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
85
87
body: |
86
88
[](https://jaywcjlove.github.io/#/sponsor) [](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-codemirror@${{steps.changelog.outputs.version}}/file/README.md)
0 commit comments