Skip to content

Commit

Permalink
ci: add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Aug 8, 2023
1 parent 6f519a4 commit eef4043
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on:
release:
types:
- published
jobs:
release:
uses: nezuchan/workflows/.github/workflows/npm-release.yml@main
secrets: inherit

0 comments on commit eef4043

Please sign in to comment.