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
+44-5Lines changed: 44 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,12 @@ jobs:
42
42
head-ref: ${{steps.create_tag.outputs.version}}
43
43
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
44
44
45
-
- name: Create Release
46
-
uses: ncipollo/release-action@v1
45
+
- name: Generate Changelog
46
+
uses: jaywcjlove/create-tag-action@main
47
47
if: steps.create_tag.outputs.successful
48
48
with:
49
-
name: ${{ steps.create_tag.outputs.version }}
50
-
tag: ${{ steps.create_tag.outputs.version }}
51
-
token: ${{ secrets.GITHUB_TOKEN }}
49
+
version: ${{steps.create_tag.outputs.version}}
50
+
release: true
52
51
body: |
53
52
[](https://jaywcjlove.github.io/#/sponsor) [](https://uiwjs.github.io/npm-unpkg/#/pkg/awesome-mac@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [](https://hub.docker.com/r/wcjiang/awesome-mac)
54
53
@@ -82,6 +81,46 @@ jobs:
82
81
http://localhost:9881/
83
82
```
84
83
84
+
# - name: Create Release
85
+
# uses: ncipollo/release-action@v1
86
+
# if: steps.create_tag.outputs.successful
87
+
# with:
88
+
# name: ${{ steps.create_tag.outputs.version }}
89
+
# tag: ${{ steps.create_tag.outputs.version }}
90
+
# token: ${{ secrets.GITHUB_TOKEN }}
91
+
# body: |
92
+
# [](https://jaywcjlove.github.io/#/sponsor) [](https://uiwjs.github.io/npm-unpkg/#/pkg/awesome-mac@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [](https://hub.docker.com/r/wcjiang/awesome-mac)
0 commit comments