File tree 4 files changed +14
-10
lines changed
4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
# These are supported funding model platforms
2
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/magic-input
8
- community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
- custom : https://jaywcjlove.github.io/sponsor.html
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/xxx
8
+ # community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ custom : https://jaywcjlove.github.io/#/ sponsor
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build-deploy :
9
9
runs-on : ubuntu-latest
10
+ permissions :
11
+ contents : write
12
+ id-token : write
10
13
steps :
11
14
- uses : actions/checkout@v3
12
15
- uses : actions/setup-node@v3
13
16
with :
14
- node-version : 16
17
+ node-version : 18
15
18
registry-url : ' https://registry.npmjs.org'
16
19
17
20
- run : npm install
58
61
59
62
60
63
- name : 📦 magic-input publish to NPM
61
- run : npm publish
64
+ run : npm publish --access public --provenance
62
65
continue-on-error : true
63
66
env :
64
67
NODE_AUTH_TOKEN : ' ${{ secrets.NPM_TOKEN }}'
Original file line number Diff line number Diff line change 1
1
2
2
# magic-input
3
3
4
-
4
+ [ ![ Buy me a coffee ] ( https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee )] ( https://jaywcjlove.github.io/#/sponsor )
5
5
[ ![ Downloads] ( https://img.shields.io/npm/dm/magic-input.svg?style=flat )] ( https://www.npmjs.com/package/magic-input )
6
6
[ ![ CI] ( https://github.com/jaywcjlove/magic-input/actions/workflows/ci.yml/badge.svg )] ( https://github.com/jaywcjlove/magic-input/actions/workflows/ci.yml )
7
7
Original file line number Diff line number Diff line change 3
3
"version" : " 2.0.0" ,
4
4
"description" : " CSS3 Styles for Checkbox and Radio Button inputs look prettier." ,
5
5
"homepage" : " https://jaywcjlove.github.io/magic-input" ,
6
+ "funding" : " https://jaywcjlove.github.io/#/sponsor" ,
6
7
"main" : " index.js" ,
7
8
"scripts" : {
8
9
"test" : " echo \" Error: no test specified\" && exit 1" ,
You can’t perform that action at this time.
0 commit comments