Skip to content

Commit afe4ad3

Browse files
Trigger npm publish workflow on version tag push
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent aed9bb7 commit afe4ad3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Publish to npm
33
on:
44
release:
55
types: [created]
6+
push:
7+
tags:
8+
- 'v*'
69
workflow_dispatch:
710

811
jobs:

0 commit comments

Comments
 (0)