Skip to content

Commit

Permalink
chore: add workflow to auto publish on NPM (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Sep 19, 2023
1 parent 591f4b9 commit 423c577
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Publish NPM package

on:
release:
types: [created]

jobs:
publish-npm:
uses: snapshot-labs/actions/.github/workflows/publish-npm.yml@main
secrets: inherit

0 comments on commit 423c577

Please sign in to comment.