Skip to content

Commit a011a76

Browse files
committed
github: add npm publish workflows
1 parent 0ef79ae commit a011a76

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Publish to NPM & GitHub registry
2+
3+
on:
4+
release:
5+
types: [created]
6+
7+
jobs:
8+
publish:
9+
uses: kakushindev/workflows/.github/workflows/pnpm-publish.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)