Skip to content

Commit

Permalink
chore(release) allow release script to handle production releases
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Dec 3, 2020
1 parent 68509fc commit 065f65f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
tags:
- "*beta*"
- "*pre*"
# uncomment this later when we're ready for production releases
# - "1[0-9]+.[0-9]+.[0-9]+"
- "1[0-9]+.[0-9]+.[0-9]+"

jobs:
prerelease:
Expand Down

0 comments on commit 065f65f

Please sign in to comment.