Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit a74830a

Browse files
committed
release 0.0.9
1 parent 248d5fa commit a74830a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
on: push
1+
on:
2+
push:
3+
tags:
4+
- '*'
25

36
jobs:
7+
check:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- run: test "$(ruby -r json -e 'puts JSON.parse(File.open("manifest.json").read).fetch("version")')" = "${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:

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

0 commit comments

Comments
 (0)