We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77ab1b commit 40aee62Copy full SHA for 40aee62
1 file changed
.github/workflows/npm-publish.yml
@@ -3,7 +3,10 @@ name: NPM Publish
3
on:
4
push:
5
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).
8
- '[0-9]+.[0-9]+.[0-9]+'
9
+ - '[0-9]+.[0-9]+.[0-9]+-*'
10
workflow_dispatch:
11
inputs:
12
dry_run:
0 commit comments