Skip to content

Commit

Permalink
Release from CI for version numbers of 2+ characters (#174)
Browse files Browse the repository at this point in the history
Encountered when 0.10.0 didn't auto-release
  • Loading branch information
dhoepelman authored Nov 17, 2024
1 parent e953442 commit 2b0217e
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 @@ -4,7 +4,7 @@ on:
branches:
- main
tags:
- 'v[0-9].[0-9].[0-9]'
- 'v[0-9]+.[0-9]+.[0-9]+'
permissions:
contents: read
issues: write
Expand Down

0 comments on commit 2b0217e

Please sign in to comment.