Skip to content

Commit

Permalink
chore: add workflow to auto publish on NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 19, 2023
1 parent ea8498c commit 70a57d5
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 70a57d5

Please sign in to comment.