Skip to content

Commit

Permalink
github: add npm publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Mar 7, 2024
1 parent 0ef79ae commit a011a76
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Publish to NPM & GitHub registry

on:
release:
types: [created]

jobs:
publish:
uses: kakushindev/workflows/.github/workflows/pnpm-publish.yml@main
secrets: inherit

0 comments on commit a011a76

Please sign in to comment.