Skip to content

Commit

Permalink
Configure publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 23, 2024
1 parent b63f81f commit 026065a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Publish
on:
release:
types: [published]
push:
branches:
- main
pull_request:
types: [closed]
branches:
- main

jobs:
main:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "0.0.0"
"version": "0.1.1-alpha.0"
}

1 comment on commit 026065a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for ./packages/components/

St.
Category Percentage Covered / Total
🟢 Statements 98.04% 100/102
🟢 Branches 93.75% 30/32
🟢 Functions 100% 27/27
🟢 Lines 98.04% 100/102

Test suite run success

51 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from 026065a

Please sign in to comment.