Skip to content

Commit

Permalink
fix(ci): remove pre-release tags from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Oct 7, 2023
1 parent 0f1bd0e commit fa2bdbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"

permissions:
contents: write
Expand Down

0 comments on commit fa2bdbf

Please sign in to comment.