Skip to content

Commit

Permalink
test v7 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong committed Apr 4, 2022
1 parent 4ec3d3b commit 2f88848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "*.*.*"
- "!*.*.*-beta*"
- "!*.*.*-rc*"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_unstable.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Release from Tag
name: Publish PRE Release from Tag

on:
push:
Expand Down

0 comments on commit 2f88848

Please sign in to comment.