Skip to content

Commit

Permalink
Merge pull request #139 from ThomasAribart/work-on-publish-workflow-2
Browse files Browse the repository at this point in the history
improve release workflow
  • Loading branch information
ThomasAribart committed May 13, 2023
2 parents 630dca3 + 456a4e1 commit 1f1fbf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
name: 🚀 Release to NPM

on:
release:
types: [published]

env:
CI: true

Expand Down

0 comments on commit 1f1fbf7

Please sign in to comment.