Skip to content

Commit

Permalink
Alter release tag format to allow v1.2.3-xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Aug 31, 2022
1 parent 372a8f1 commit b578210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.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 vX.Y.Z*, i.e. v1.0.0, v20.15.10, v1.0.0-example

permissions:
contents: read
Expand Down

0 comments on commit b578210

Please sign in to comment.