Skip to content

Commit

Permalink
Fix invalid workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Collamar committed Dec 28, 2023
1 parent 5fe927b commit f2c9c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish to npmjs

on:
- workflow_call
- release:
types: [created]
workflow_call
release:
types: [created]

jobs:
publish-npm:
Expand Down

0 comments on commit f2c9c03

Please sign in to comment.