Skip to content

Commit 8557ac8

Browse files
committed
ci: fix stable release tag filter syntax
1 parent 8933978 commit 8557ac8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*.*.*'
7-
tags-ignore:
8-
- 'v*.*.*-*'
7+
- '!v*.*.*-*'
98
workflow_dispatch:
109

1110
concurrency:

0 commit comments

Comments
 (0)