Skip to content

Commit d573ebd

Browse files
authored
Release v0.1.1 (#49)
1 parent 803f05e commit d573ebd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As the **very last job** in your workflow, add
2020

2121
```yml
2222
- name: Time reporter
23-
uses: DeviesDevelopment/workflow-timer@v0.0.4
23+
uses: DeviesDevelopment/workflow-timer@v0.1.1
2424
```
2525
2626
Workflow-timer compares the current workflow run with the latest run on another
@@ -52,7 +52,7 @@ specify what branch to compare with.
5252

5353
```yml
5454
- name: Time reporter
55-
uses: DeviesDevelopment/workflow-timer@v0.0.4
55+
uses: DeviesDevelopment/workflow-timer@v0.1.1
5656
with:
5757
compareBranch: 'your-branch-name'
5858
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflow-timer",
33
"description": "Workflow-timer is a GitHub action that measures the duration of the workflow and compares it to the duration of historical runs.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "",
66
"type": "module",
77
"license": "MIT",

0 commit comments

Comments
 (0)