Skip to content

Commit

Permalink
fix(ci): exclude beta versions in main release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 23, 2020
1 parent 49fc2e7 commit d0ff95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
create:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '!v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+'

jobs:
create_release:
Expand Down

0 comments on commit d0ff95f

Please sign in to comment.