Skip to content

Commit

Permalink
fix version pattern to avoid running for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Nov 23, 2023
1 parent 4566927 commit dfdedae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Tag latest release of action tagger :zap:'
name: 'Tag latest release of action tagger '

on:
release:
Expand All @@ -9,7 +9,7 @@ on:
tags-ignore:
- 'latest'
- 'v[0-9]+'
- '!v[0-9]+.*'
- '!v[0-9]+.[0-9]+.[0-9]+'
branches-ignore:
- '**'
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ on:
tags-ignore:
- 'latest'
- 'v[0-9]+'
- '!v[0-9]+.*'
- '!v[0-9]+.[0-9]+.[0-9]+'
branches-ignore:
- '**'
paths-ignore:
Expand Down

0 comments on commit dfdedae

Please sign in to comment.