We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef79ae commit a011a76Copy full SHA for a011a76
.github/workflows/publish.yml
@@ -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