Skip to content

Commit 3df1924

Browse files
committed
revert simplification of tag patterns
1 parent b3f8557 commit 3df1924

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Release
22
on:
33
push:
4-
tags: ['v*', '!*-*'] # only v tags, but skip prereleases
4+
tags:
5+
- 'v*'
6+
- '!*-*' # skip prereleases
57

68
jobs:
79
github:

0 commit comments

Comments
 (0)