Skip to content

Commit

Permalink
fix: tag expression within single quotes in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jun 2, 2023
1 parent bca0079 commit 313c870
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -3,8 +3,9 @@ name: v3.x releases
on:
push:
tags:
- v3.[0-9]+.[0-9]+
- v3.[0-9]+.[0-9]+-(alpha|beta).[0-9]+ # prerelease
- 'v3.[0-9]+.[0-9]+'
- 'v3.[0-9]+.[0-9]+-alpha.[0-9]+'
- 'v3.[0-9]+.[0-9]+-beta.[0-9]+'

jobs:
install:
Expand Down

0 comments on commit 313c870

Please sign in to comment.