Skip to content

Commit

Permalink
chore: correctly release alpha and beta versions (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Gautreau authored Apr 20, 2023
1 parent dff32a5 commit 3166f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
github.ref == 'refs/heads/main'
|| github.ref == 'refs/heads/beta'
|| github.ref == 'refs/heads/alpha'
|| startsWith('refs/heads/alpha-', github.ref)
|| startsWith('refs/heads/beta-', github.ref)
|| startsWith(github.ref, 'refs/heads/alpha-')
|| startsWith(github.ref, 'refs/heads/beta-')
)
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3166f85

Please sign in to comment.