Skip to content

Commit

Permalink
Update publish-npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meorphis authored May 22, 2024
1 parent 6ab35bd commit b72534c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
name: Publish NPM
on:
workflow_dispatch:

release:
types: [published]
inputs: { tag }

jobs:
publish:
Expand All @@ -16,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
ref: inputs.tag

- name: Set up Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit b72534c

Please sign in to comment.