Skip to content

Commit

Permalink
Remove tag filter from workflow
Browse files Browse the repository at this point in the history
I don't understand why but this seems to prevent some releases from
building correctly.
  • Loading branch information
amrc-benmorrow committed Jan 31, 2024
1 parent eccb34e commit 361d458
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ env:
on:
release:
types: [ published ]
# Trigger only when a release with tag v*.*.* is published
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
publish:
Expand Down

0 comments on commit 361d458

Please sign in to comment.