Skip to content

Commit

Permalink
Allow for a patch version in the release number
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Mar 6, 2024
1 parent 96add6f commit 1f74e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '[0-9]+.[0-9]+' # Push events to matching release tags, i.e. 0.8
- '[0-9]+.[0-9]+.[0-9]+' # Push events to matching release tags, i.e. 0.8.1

name: Upload Release Asset

Expand Down

0 comments on commit 1f74e4a

Please sign in to comment.