Skip to content

Commit

Permalink
Correct filter glob. (#985)
Browse files Browse the repository at this point in the history
Attempted to test locally with nektos/act; however, the basic workflow
did not activate the use of the filter.
  • Loading branch information
MikeNeilson authored Dec 16, 2024
1 parent 0785752 commit f127cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Tagged Release
on:
push:
tags:
- '[0-9][0-9][0-9][0-9].[09][0-9].[0-9]'
- '[0-9][0-9][0-9][0-9].[09][0-9].[0-9]-*+'
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]'
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-[a-zA-Z0-9]+'
jobs:
release:
uses: ./.github/workflows/release.yml
Expand Down

0 comments on commit f127cf2

Please sign in to comment.