Skip to content

Commit 2b65190

Browse files
committed
0.2.4
1 parent 88e44a4 commit 2b65190

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ jobs:
2525
- run: npx playwright install chromium --only-shell
2626
- run: npm test -- --forbid-only
2727
- run: npm run build
28-
- run: npm publish --public
29-
env:
30-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
28+
- run: npm publish --access public

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectwallace/css-code-coverage",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "",
55
"author": "Bart Veneman <bart@projectwallace.com>",
66
"repository": {

0 commit comments

Comments
 (0)