Skip to content

Commit

Permalink
dev: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spali committed Apr 17, 2024
1 parent 52222f7 commit 6a72f66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-.*"
- "v[0-9]+.[0-9]+.[0-9]+-?[a-z0-9]*"

jobs:
build:
Expand Down

0 comments on commit 6a72f66

Please sign in to comment.