Skip to content

Commit

Permalink
release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ushi-as committed Feb 17, 2022
1 parent 248d5fa commit a74830a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
on: push
on:
push:
tags:
- '*'

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: test "$(ruby -r json -e 'puts JSON.parse(File.open("manifest.json").read).fetch("version")')" = "${GITHUB_REF##*/}"

crx:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
needs: [check]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Trektor",
"update_url": "https://aboutsource.github.io/trektor/update.xml",
"description": "Browser-Extension zum automatischen Anlegen von Toggl tracking tasks",
"version": "0.0.8",
"version": "0.0.9",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
Expand Down

0 comments on commit a74830a

Please sign in to comment.