Skip to content

Commit

Permalink
Fix the release tag pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed May 30, 2024
1 parent 4dab0bf commit cf50332
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:
- 'v[0-9]+.[0-9]+.[0-9]+' # Push events to matching release tags, i.e. v0.8.1
- 'v[0-9]+.[0-9]+' # Push events to matching release tags, i.e. v0.8

name: Upload Release Asset

Expand Down

0 comments on commit cf50332

Please sign in to comment.