File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ name : 🚀 Release
2
+
1
3
on :
2
4
workflow_dispatch :
3
5
inputs :
4
6
increment :
5
7
type : choice
6
8
options :
7
- - major
8
- - minor
9
9
- patch
10
+ - minor
11
+ - major
10
12
11
13
jobs :
12
14
release :
13
- name : 🚀 Release
15
+ name : Release
14
16
runs-on : ubuntu-latest
15
17
timeout-minutes : 15
16
18
29
31
git config user.name "${GITHUB_ACTOR}"
30
32
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
31
33
34
+ - name : npm config
35
+ run : |
36
+ npm config set --global //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
37
+
32
38
- name : Install dependencies
33
39
run : yarn --frozen-lockfile
34
40
Original file line number Diff line number Diff line change 23
23
" @bam.tech/react-native-app-security" ,
24
24
" RNAS"
25
25
],
26
- "repository" : " https://github.com/bamlab/react-native-app-security" ,
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " git+https://github.com/bamlab/react-native-app-security.git"
29
+ },
27
30
"bugs" : {
28
31
"url" : " https://github.com/bamlab/react-native-app-security/issues"
29
32
},
You can’t perform that action at this time.
0 commit comments