fix: exclude prerelease tags from stable workflow

This commit is contained in:
2026-04-09 00:40:19 -07:00
parent a5dbe055fc
commit ac25213255
2 changed files with 5 additions and 5 deletions

View File

@@ -4,9 +4,8 @@ on:
push:
tags:
- 'v*'
tags-ignore:
- 'v*-beta.*'
- 'v*-rc.*'
- '!v*-beta.*'
- '!v*-rc.*'
concurrency:
group: release-${{ github.ref }}