File tree 2 files changed +5
-12
lines changed
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Release
2
2
on :
3
3
release :
4
4
types : [published]
5
- push :
6
- branches : [main]
7
5
8
6
permissions :
9
7
contents : read # for checkout
23
21
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24
22
with :
25
23
fetch-depth : 0
26
- token : ${{ secrets.CI_GITHUB_TOKEN }}
27
24
- name : Setup Node.js
28
25
uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
29
26
with :
34
31
run : npm clean-install
35
32
- name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
36
33
run : npm audit signatures
37
- - name : Prepublish
38
- run : npm run prepublish
39
- - name : Release
40
- if : success()
34
+ - name : Publish
35
+ run : npm publish --access public
41
36
env :
42
- CI : true
43
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
- NPM_TOKEN : ${{ secrets.NPM_TOKEN}}
45
- run : npx semantic-release
37
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
38
+ shell : bash
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @deriv-com/ui" ,
3
3
"private" : false ,
4
- "version" : " 1.10.4 " ,
4
+ "version" : " 1.10.5 " ,
5
5
"type" : " module" ,
6
6
"main" : " dist/main.js" ,
7
7
"files" : [
You can’t perform that action at this time.
0 commit comments