Skip to content

Commit

Permalink
chore(workflow): allow v*-beta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rckh committed Apr 11, 2022
1 parent b77b32f commit bc37993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
tags:
- 'v*'
- 'beta-v*'
- 'v*-beta'

jobs:
changelog:
Expand Down Expand Up @@ -74,4 +75,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
delete_release: true
tag_name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}

0 comments on commit bc37993

Please sign in to comment.