File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Tag npm bumps
1+ name : Tag npm bumps and build release artifacts
22
33on :
44 push :
55 branches :
66 - master
7+
78jobs :
8- call-workflow-passing-data :
9- uses : nbr23/github-workflows/.github/workflows/tag-npm-version-bump.yml@4abb57b8b1d40ad5df49c5129368e6b52740d2d6
9+ tag-and-release :
10+ uses : nbr23/github-workflows/.github/workflows/tag-npm-version-bump.yml@e1e97176734f2c8badaea5e1811231dcdd11a208
1011 with :
11- create_release : true
12+ create_release : true
13+ build_command : make all
14+ release_assets : |
15+ {
16+ "bunny-pack-{tag}-chrome.zip": "web-ext-artifacts/*.zip"
17+ }
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " BunnyPack" ,
4- "version" : " 2.0.1 " ,
4+ "version" : " 2.1.0 " ,
55 "description" : " Decode MessagePack encoded messages in RabbitMQ's web console." ,
66 "author" : " nbr23" ,
77 "permissions" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " bunny-pack" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " Decode MessagePack encoded messages in RabbitMQ's web console." ,
55 "license" : " MIT" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments