Skip to content

Commit 2f88848

Browse files
committed
test v7 beta
1 parent 4ec3d3b commit 2f88848

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- "*.*.*"
7+
- "!*.*.*-beta*"
8+
- "!*.*.*-rc*"
79

810
jobs:
911

.github/workflows/release_unstable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Release from Tag
1+
name: Publish PRE Release from Tag
22

33
on:
44
push:

0 commit comments

Comments
 (0)