Commit 1f0ca70 1 parent 0078ba3 commit 1f0ca70 Copy full SHA for 1f0ca70
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 45
45
generate_release_notes: true
46
46
});
47
47
Submit :
48
+ needs : Version
48
49
if : github.event_name == 'workflow_dispatch'
49
50
strategy :
50
51
fail-fast : false
62
63
run : npm ci || npm install
63
64
- run : npm run prod --if-present
64
65
- name : Update extension’s meta
65
- run : >-
66
+ run : |
66
67
npx dot-json@1 $DIRECTORY/manifest.json version ${{ inputs.version }}
68
+ npx dot-json@1 $DIRECTORY/manifest.json version_name ${{ inputs.version }}
67
69
- name : Submit
68
70
run : |
69
71
case ${{ matrix.command }} in
Original file line number Diff line number Diff line change 4
4
5
5
"name" : " Bitcoin blocks tracker" ,
6
6
"description" : " Extension for Bitcoin blocks tracking via Mempool space" ,
7
- "version" : " 1.1 .0" ,
8
- "version_name" : " 1.1 .0" ,
7
+ "version" : " 0.0 .0" ,
8
+ "version_name" : " 0.0 .0" ,
9
9
10
10
"icons" : {
11
11
"16" :" icons/16.png" ,
You can’t perform that action at this time.
0 commit comments