Skip to content

Commit

Permalink
Enable releases with suffixes, like v1.2.3-strawberry
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Sep 30, 2022
1 parent 8f05396 commit 6038293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+*" # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
release:
Expand Down

0 comments on commit 6038293

Please sign in to comment.