File tree 8 files changed +5253
-5263
lines changed
8 files changed +5253
-5263
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ name: Create Tag on package.json update
2
2
3
3
on :
4
4
push :
5
- branches :
5
+ branches :
6
6
- master
7
7
8
8
jobs :
9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
13
- with :
14
- token : ' ${{ secrets.GH_AUTH_TOKEN }}'
15
- fetch-depth : 0
16
- - uses : butlerlogic/action-autotag@master
17
- with :
18
- GITHUB_TOKEN : " ${{ secrets.GH_AUTH_TOKEN }}"
19
- tag_prefix : " v"
12
+ - uses : actions/checkout@v4
13
+ with :
14
+ token : " ${{ secrets.GH_AUTH_TOKEN }}"
15
+ fetch-depth : 0
16
+ - uses : butlerlogic/action-autotag@2.1.1
17
+ with :
18
+ GITHUB_TOKEN : " ${{ secrets.GH_AUTH_TOKEN }}"
19
+ tag_prefix : " v"
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ name: Publish to NPM PRO
3
3
on :
4
4
push :
5
5
tags :
6
- - ' * '
6
+ - " * "
7
7
8
8
jobs :
9
9
publish-npm :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v1
13
- - uses : actions/setup-node@v1
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-node@v4
14
14
with :
15
- node-version : 10.16.3
15
+ node-version : 22.11.0
16
16
- name : Install NPM
17
17
run : npm ci --progress=false
18
18
- name : Set Gemfury Config
22
22
- name : Download & Build Icons
23
23
run : npm i @iconscout/unicons@latest && npm run generate
24
24
- name : Publish to Gemfury
25
- run : npm publish
25
+ run : npm publish
Original file line number Diff line number Diff line change @@ -11,23 +11,22 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- if : github.event_name == 'push'
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
- if : github.event_name == 'pull_request'
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
with :
18
18
ref : ${{ github.head_ref }}
19
- - uses : actions/setup-node@v1
19
+ - uses : actions/setup-node@v4
20
20
with :
21
- node-version : 10.16.3
21
+ node-version : 22.11.0
22
22
- name : Download & Build Icons
23
23
run : npm ci --progress=false && npm i @iconscout/unicons@latest && npm run generate
24
24
- name : Create Pull Request
25
- uses : peter-evans/create-pull-request@v3
25
+ uses : peter-evans/create-pull-request@v7
26
26
with :
27
27
token : ${{ secrets.GH_AUTH_TOKEN }}
28
28
title : Updated Icons
29
29
- name : Publish to NPM
30
- uses : primer/ publish@v2.0.0
30
+ run : npm publish
31
31
env :
32
- GITHUB_TOKEN : ${{ secrets.GH_AUTH_TOKEN }}
33
- NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
32
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ name: Publish to NPM
3
3
on :
4
4
push :
5
5
tags :
6
- - ' * '
6
+ - " * "
7
7
8
8
jobs :
9
9
publish-npm :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v1
13
- - uses : actions/setup-node@v1
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-node@v4
14
14
with :
15
- node-version : 10.16.3
15
+ node-version : 22.11.0
16
16
- name : Download & Build Icons
17
17
run : npm ci --progress=false && npm i @iconscout/unicons@latest && npm run generate
18
18
- name : Publish to NPM
19
19
run : echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc && npm publish
20
20
env :
21
- NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
21
+ NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change
1
+ 22.11.0
You can’t perform that action at this time.
0 commit comments