Skip to content

Commit 40aee62

Browse files
committed
Trigger npm-publish on prerelease tags
1 parent c77ab1b commit 40aee62

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: NPM Publish
33
on:
44
push:
55
tags:
6+
# Match release tags (e.g. 1.9.0, 2.0.0) and prerelease tags
7+
# (e.g. 2.0.0-beta.0, 1.9.0-alpha.0, 2.0.0-rc.1).
68
- '[0-9]+.[0-9]+.[0-9]+'
9+
- '[0-9]+.[0-9]+.[0-9]+-*'
710
workflow_dispatch:
811
inputs:
912
dry_run:

0 commit comments

Comments
 (0)