File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : Create Release
2
+
3
+ on :
4
+ push :
5
+ tags :
6
+ - " v*"
7
+
8
+ jobs :
9
+ build :
10
+ name : Create Release
11
+ runs-on : ubuntu-latest
12
+ if : github.repository == 'doocs/leetcode'
13
+ steps :
14
+ - name : Checkout code
15
+ uses : actions/checkout@v2
16
+ - name : Create Release
17
+ id : create_release
18
+ uses : actions/create-release@v1
19
+ env :
20
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
+ with :
22
+ tag_name : ${{ github.ref }}
23
+ release_name : ${{ github.ref }}
24
+ body : |
25
+ # doocs/leetcode
26
+
27
+ - Add some new solutions
28
+ - Improve readme guideline
29
+ draft : false
30
+ prerelease : false
Original file line number Diff line number Diff line change 4
4
5
5
<p align =" center " >
6
6
<a href =" https://github.com/doocs/leetcode " ><img src =" https://img.shields.io/badge/langs-Java%20%7C%20Python%20%7C%20C%2B%2B%20%7C%20JavaScript%20%7C%20Go%20%7C%20...-red?style=flat-square&color=42b883 " alt =" languages " ></a >
7
- <a href =" http://makeapullrequest.com " ><img src =" https://img.shields.io/badge/prs-welcome-42b883?style=flat-square " alt =" PRs Welcome " ></a >
8
7
<a href =" https://doocs.github.io/#/?id=how-to-join " ><img src =" https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square " alt =" open-source-organization " ></a >
9
8
<a href =" https://github.com/doocs/leetcode/blob/main/LICENSE " ><img src =" https://img.shields.io/github/license/doocs/leetcode?color=42b883&style=flat-square " alt =" LICENSE " ></a ><br >
10
9
<a href =" https://opencollective.com/doocs-leetcode/backers/badge.svg " alt =" backers on Open Collective " ><img src =" https://img.shields.io/opencollective/backers/doocs-leetcode?color=42b883&style=flat-square&logo=open%20collective&logoColor=ffffff " /></a >
Original file line number Diff line number Diff line change 4
4
5
5
<p align =" center " >
6
6
<a href =" https://github.com/doocs/leetcode " ><img src =" https://img.shields.io/badge/langs-Java%20%7C%20Python%20%7C%20C%2B%2B%20%7C%20JavaScript%20%7C%20Go%20%7C%20...-red?style=flat-square&color=42b883 " alt =" languages " ></a >
7
- <a href =" http://makeapullrequest.com " ><img src =" https://img.shields.io/badge/prs-welcome-42b883?style=flat-square " alt =" PRs Welcome " ></a >
8
7
<a href =" https://doocs.github.io/#/?id=how-to-join " ><img src =" https://img.shields.io/badge/organization-join%20us-42b883?style=flat-square " alt =" open-source-organization " ></a >
9
8
<a href =" https://github.com/doocs/leetcode/blob/main/LICENSE " ><img src =" https://img.shields.io/github/license/doocs/leetcode?color=42b883&style=flat-square " alt =" LICENSE " ></a ><br >
10
9
<a href =" https://opencollective.com/doocs-leetcode/backers/badge.svg " alt =" backers on Open Collective " ><img src =" https://img.shields.io/opencollective/backers/doocs-leetcode?color=42b883&style=flat-square&logo=open%20collective&logoColor=ffffff " /></a >
You can’t perform that action at this time.
0 commit comments