Skip to content

Commit

Permalink
Fix relase detection for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Sep 4, 2022
1 parent e8cc8db commit 224d9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -5,7 +5,7 @@ name: Node.js Package

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

jobs:
build:
Expand Down

0 comments on commit 224d9b5

Please sign in to comment.