Skip to content

Commit

Permalink
chore: add release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Sep 10, 2022
1 parent d11f57a commit 0e05b54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
name: Publish to NPM

on:
release:
types: [created]
push:
tags:
- '*'

jobs:
publish-npm:
Expand Down

0 comments on commit 0e05b54

Please sign in to comment.