File tree 4 files changed +4983
-10291
lines changed
4 files changed +4983
-10291
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
- main
7
7
8
8
jobs :
9
- release :
9
+ release-npm :
10
10
runs-on : ubuntu-latest
11
11
permissions :
12
12
contents : write
13
13
issues : write
14
14
pull-requests : write
15
15
id-token : write
16
- packages : write
17
16
steps :
18
17
- name : Checkout Repository
19
18
uses : actions/checkout@v3
22
21
uses : actions/setup-node@v3
23
22
with :
24
23
node-version : 18
24
+ registry-url : https://registry.npmjs.org/
25
+ env :
26
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
25
27
26
28
27
29
- name : Install Dependencies
32
34
33
35
- name : Run Semantic Release
34
36
env :
35
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
- GITHUB_NPM_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
- GITHUB_NPM_CONFIG_REGISTRY : https://npm.pkg.github.com/
38
- PUBLIC_NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
39
- PUBLIC_NPM_CONFIG_REGISTRY : https://registry.npmjs.org/
37
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
39
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
40
40
run : npx semantic-release
You can’t perform that action at this time.
0 commit comments