Skip to content

Commit fcd6597

Browse files
publish 12.6.1
1 parent c64be74 commit fcd6597

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Based on semver and https://github.com/actions/toolkit/blob/master/docs/action-v
5151
Update tag:
5252

5353
```bash
54-
git tag -fa v11 -m "Update v11 tag"
55-
git push origin v11 --force
54+
git tag 12.6.1
55+
git tag -fa v12 -m "Update v12 tag"
56+
git push origin v12 --force
5657
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lighthouse-ci-action",
3-
"version": "11.4.0",
3+
"version": "12.6.1",
44
"license": "MIT",
55
"description": "Run Lighthouse in CI using Github Actions",
66
"repository": "treosh/lighthouse-ci-action",

0 commit comments

Comments
 (0)