Skip to content

Commit

Permalink
fix: update publish action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kalachikov committed Jun 12, 2024
1 parent aecfa2f commit ae20c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js Package

on:
release:
types: [created]
types: [published, released]

jobs:
build:
Expand Down

0 comments on commit ae20c2d

Please sign in to comment.