File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
- # These are supported funding model platforms
2
-
3
- github : [jaywcjlove]
4
- patreon : # Replace with a single Patreon username
5
- open_collective : # Replace with a single Open Collective username
6
- ko_fi : # Replace with a single Ko-fi username
7
- tidelift : # npm/kkt
8
- community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
- custom : # https://jaywcjlove.github.io/sponsor.html
1
+ ko_fi : jaywcjlove
2
+ buy_me_a_coffee : jaywcjlove
3
+ custom : ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]
Original file line number Diff line number Diff line change 10
10
windows :
11
11
runs-on : windows-latest
12
12
steps :
13
- - uses : actions/checkout@v3
14
- - uses : actions/setup-node@v3
13
+ - uses : actions/checkout@v4
14
+ - uses : actions/setup-node@v4
15
15
with :
16
16
node-version : 18
17
17
33
33
contents : write
34
34
id-token : write
35
35
steps :
36
- - uses : actions/checkout@v3
37
- - uses : actions/setup-node@v3
36
+ - uses : actions/checkout@v4
37
+ - uses : actions/setup-node@v4
38
38
with :
39
39
node-version : 18
40
40
registry-url : ' https://registry.npmjs.org'
71
71
uses : jaywcjlove/changelog-generator@main
72
72
73
73
- name : Deploy
74
- uses : peaceiris/actions-gh-pages@v3
74
+ uses : peaceiris/actions-gh-pages@v4
75
75
with :
76
76
commit_message : ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
77
77
github_token : ${{ secrets.GITHUB_TOKEN }}
91
91
if : steps.create_tag.outputs.successful
92
92
with :
93
93
token : ${{ secrets.GITHUB_TOKEN }}
94
+ allowUpdates : true
94
95
name : ${{ steps.changelog.outputs.tag }}
95
96
tag : ${{ steps.changelog.outputs.tag }}
96
97
body : |
You can’t perform that action at this time.
0 commit comments