This repository was archived by the owner on Nov 11, 2025. It is now read-only.
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- on : push
1+ on :
2+ push :
3+ tags :
4+ - ' *'
25
36jobs :
7+ check :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v2
11+ - run : test $(grep -Po '(?<="version": ")[\d\.]+(?=")' manifest.json) = "${GITHUB_REF##*/}"
12+
413 crx :
5- if : startsWith(github.ref, 'refs/tags/')
614 runs-on : ubuntu-latest
15+ needs : [check]
716 steps :
817 - uses : actions/checkout@v2
918 with :
Original file line number Diff line number Diff line change 33 "name" : " Trektor" ,
44 "update_url" : " https://aboutsource.github.io/trektor/update.xml" ,
55 "description" : " Browser-Extension zum automatischen Anlegen von Toggl tracking tasks" ,
6- "version" : " 0.0.8 " ,
6+ "version" : " 0.0.9 " ,
77 "browser_specific_settings" : {
88 "gecko" : {
99 "id" : " trektor@aboutsource.net"
You can’t perform that action at this time.
0 commit comments