Skip to content

Commit

Permalink
fix tag pattern for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter-bos committed Apr 7, 2024
1 parent 7bc8f52 commit 2fcb32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'master'
- 'dev'
tags:
- 'v[0-9]*'
- 'v[0-9].*'

jobs:
Release:
Expand Down

0 comments on commit 2fcb32c

Please sign in to comment.